Skip to content

Commit

Permalink
Fixed a small typo in the trigger-release script (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspcram authored and MikeGost committed Sep 17, 2018
1 parent d93f10b commit 6d8e95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/trigger-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GITHUB_REPOSITORY_NAME=atlas

TRAVIS_PERSONAL_TOKEN=$(travis token)

:${TRAVIS_PERSONAL_TOKEN:?"TRAVIS_PERSONAL_TOKEN needs to be set to access the Travis API to trigger the build"}
: ${TRAVIS_PERSONAL_TOKEN:?"TRAVIS_PERSONAL_TOKEN needs to be set to access the Travis API to trigger the build"}

body='
{
Expand Down

0 comments on commit 6d8e95a

Please sign in to comment.