Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #62 from andresmgot/relaseFix
Browse files Browse the repository at this point in the history
Fix typo in release script
  • Loading branch information
andresmgot authored Sep 6, 2017
2 parents 326db7e + e1d9ec8 commit c74f1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [[ -z "$REPO_NAME" || -z "$REPO_DOMAIN" ]]; then
exit 1
fi

if [[ -n "$ACCESS_TOKEN" ]]; then
if [[ -z "$ACCESS_TOKEN" ]]; then
echo "Unable to release: Github Token not specified" > /dev/stderr
exit 1
fi
Expand Down

0 comments on commit c74f1bc

Please sign in to comment.