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 then
REPO_USERNAME=$GITHUB_USERNAME REPO_USERNAME=$GITHUB_USERNAME
fi fi
if [ -z "$TARGET_BRANCH"] if [ -z "$TARGET_BRANCH" ]
then then
TARGET_BRANCH="master" TARGET_BRANCH="master"
fi fi