Skip to content

Commit 0aacfa4

Browse files
Remove accidental stray semicolon
1 parent 68feb49 commit 0aacfa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/verify-commits/verify-commits.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PREV_COMMIT=""
3939
while true; do
4040
if [ "$CURRENT_COMMIT" = $VERIFIED_ROOT ]; then
4141
echo "There is a valid path from "$CURRENT_COMMIT" to $VERIFIED_ROOT where all commits are signed!"
42-
exit 0;
42+
exit 0
4343
fi
4444

4545
if [ "$CURRENT_COMMIT" = $VERIFIED_SHA512_ROOT ]; then

0 commit comments

Comments
 (0)