From 0b9b068db138125cfa69296ddafa27890d5fa1c5 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 19 Jan 2020 00:07:44 +0900 Subject: [PATCH] chore: Fix typo --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index b2b4c70..69eaf78 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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