Update publish.sh

This commit is contained in:
Greg Fitzgerald 2018-05-25 16:08:14 -06:00 committed by GitHub
parent 02ddd89653
commit b43ae748c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if [[ -z "$BUILDKITE_TAG" ]]; then
exit 0
fi
if [[ -z "$CRATES_IO_TOKEN" ]];
if [[ -z "$CRATES_IO_TOKEN" ]]; then
echo CRATES_IO_TOKEN undefined
exit 1
fi