mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-05 17:05:50 +02:00
print current falafel version
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user