Merge "barometer: fixed typo in jjb"
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 12 Sep 2017 20:40:21 +0000 (20:40 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 12 Sep 2017 20:40:21 +0000 (20:40 +0000)
jjb/barometer/barometer-upload-artifact.sh

index 08c64ba..0f639b5 100644 (file)
@@ -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