Skip to content

Commit

Permalink
Remove accidental stray semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift committed Oct 9, 2017
1 parent 68feb49 commit 0aacfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/verify-commits/verify-commits.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0aacfa4

Please sign in to comment.