mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +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)"
|
version="v$($falafel -v)"
|
||||||
if [ $version != $falafelVersion ]
|
if [ $version != $falafelVersion ]
|
||||||
then
|
then
|
||||||
echo "falafel version $falafelVersion required"
|
echo "falafel version $falafelVersion required, had $version"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "Using plugin $falafel $version"
|
echo "Using plugin $falafel $version"
|
||||||
|
|
Loading…
Add table
Reference in a new issue