From 80a683b9ad7390899a506e8191ee4a41222345fa Mon Sep 17 00:00:00 2001 From: Taro Matsuzawa Date: Wed, 23 Sep 2020 16:53:28 +0900 Subject: [PATCH] fixes missing ] --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ee2b830..e328bf3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,7 +12,7 @@ if [ -z "$REPO_USERNAME" ] then REPO_USERNAME=$GITHUB_USERNAME fi -if [ -z "$TARGET_BRANCH"] +if [ -z "$TARGET_BRANCH" ] then TARGET_BRANCH="master" fi