Bottlenecks: bugfix to add whitespace 49/12249/1
authorMatthewLi <matthew.lijun@huawei.com>
Thu, 14 Apr 2016 03:33:14 +0000 (23:33 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Thu, 14 Apr 2016 03:33:14 +0000 (23:33 -0400)
Change-Id: I7871e177f88363369b4efa866590ff853d4cdcbd
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
jjb/opnfv/opnfv-docker.sh

index 5955cab..8f44268 100644 (file)
@@ -67,7 +67,7 @@ elif [[ "$DOCKER_REPO_NAME" == "opnfv/storperf" ]]; then
     cd $WORKSPACE/docker
 elif [[ "$DOCKER_REPO_NAME" == "opnfv/qtip" ]]; then
     cd $WORKSPACE/docker
-elif [[ "$DOCKER_REPO_NAME" == "opnfv/bottlenecks"]]; then
+elif [[ "$DOCKER_REPO_NAME" == "opnfv/bottlenecks" ]]; then
     cd $WORKSPACE/ci/docker
 else
     echo "ERROR: DOCKER_REPO_NAME parameter not valid: $DOCKER_REPO_NAME"