Skip to content

Commit

Permalink
Fix publishing script. (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw authored Sep 30, 2020
1 parent 92e3c14 commit 7a4bf1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _automate/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ for CRATE_DIR in ${ORDER[@]}; do
if [ "$CHOICE" = "s" ]; then
break
fi
else
break
fi
done

Expand Down

0 comments on commit 7a4bf1e

Please sign in to comment.