Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: Fix typo
  • Loading branch information
Shohei Ueda authored and GitHub committed Jan 18, 2020
1 parent 9ba947f commit 0b9b068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -53,7 +53,7 @@ elif [ -n "${GITHUB_TOKEN}" ]; then
print_error "GITHUB_TOKEN works only private repo, See #9"

if [ -n "${EXTERNAL_REPOSITORY}" ]; then
print_error "can not use GITHUB_TOKEN to deploy to a external repository"
print_error "can not use GITHUB_TOKEN to deploy to an external repository"
exit 1
fi

Expand Down

0 comments on commit 0b9b068

Please sign in to comment.