summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2017-09-12 20:40:21 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-12 20:40:21 +0000
commit69e3b8ec80b104bb8657a8f6a7f8c8ff401aa2c6 (patch)
tree28e17474c149ac88e0a2a36a2f9d872da993061b
parent1e03ce8ed22cf204170d93e23660f1a5e61f47a2 (diff)
parent4eea502627c380f50a1ea75f9c7a8373b1f96a38 (diff)
Merge "barometer: fixed typo in jjb"
-rw-r--r--jjb/barometer/barometer-upload-artifact.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/barometer/barometer-upload-artifact.sh b/jjb/barometer/barometer-upload-artifact.sh
index 08c64bae7..0f639b5d9 100644
--- a/jjb/barometer/barometer-upload-artifact.sh
+++ b/jjb/barometer/barometer-upload-artifact.sh
@@ -15,7 +15,7 @@ echo "Checking if all the Barometer RPMs were created"
echo "-----------------------------------------------"
echo
-if [ -d $RPM_DIR]
+if [ -d $RPM_DIR ]
then
ls $RPM_DIR > list_of_gen_pack
else