Browse Source

Remove accidental stray semicolon

0.16
practicalswift 7 years ago
parent
commit
0aacfa43c1
  1. 2
      contrib/verify-commits/verify-commits.sh

2
contrib/verify-commits/verify-commits.sh

@ -39,7 +39,7 @@ PREV_COMMIT=""
while true; do while true; do
if [ "$CURRENT_COMMIT" = $VERIFIED_ROOT ]; then if [ "$CURRENT_COMMIT" = $VERIFIED_ROOT ]; then
echo "There is a valid path from "$CURRENT_COMMIT" to $VERIFIED_ROOT where all commits are signed!" echo "There is a valid path from "$CURRENT_COMMIT" to $VERIFIED_ROOT where all commits are signed!"
exit 0; exit 0
fi fi
if [ "$CURRENT_COMMIT" = $VERIFIED_SHA512_ROOT ]; then if [ "$CURRENT_COMMIT" = $VERIFIED_SHA512_ROOT ]; then

Loading…
Cancel
Save