mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Remove accidental stray semicolon
This commit is contained in:
parent
68feb49105
commit
0aacfa43c1
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ PREV_COMMIT=""
|
|||
while true; do
|
||||
if [ "$CURRENT_COMMIT" = $VERIFIED_ROOT ]; then
|
||||
echo "There is a valid path from "$CURRENT_COMMIT" to $VERIFIED_ROOT where all commits are signed!"
|
||||
exit 0;
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ "$CURRENT_COMMIT" = $VERIFIED_SHA512_ROOT ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue