diff options
-rwxr-xr-x | commit-repo-tag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commit-repo-tag.sh b/commit-repo-tag.sh index 6fe0677..a9689de 100755 --- a/commit-repo-tag.sh +++ b/commit-repo-tag.sh @@ -15,7 +15,7 @@ # Important: repo sync should have been done before # Build branch where new manifest will be stored -if [-z $BUILD_BRANCH ]; +if [ -z $BUILD_BRANCH ]; then BUILD_BRANCH=jenkins-build-branch fi |