summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcommit-repo-tag.sh2
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