fixes missing ]

This commit is contained in:
Taro Matsuzawa 2020-09-23 16:53:28 +09:00
parent 26fe0168e2
commit 80a683b9ad

View File

@ -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