mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-03 17:26:57 +01:00
print current falafel version
This commit is contained in:
parent
2338a12729
commit
8789247bf9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue