print current falafel version

This commit is contained in:
Johan T. Halseth 2021-02-03 15:24:27 +01:00
parent 2338a12729
commit 8789247bf9
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

View File

@ -16,7 +16,7 @@ then
version="v$($falafel -v)"
if [ $version != $falafelVersion ]
then
echo "falafel version $falafelVersion required"
echo "falafel version $falafelVersion required, had $version"
exit 1
fi
echo "Using plugin $falafel $version"