barometer: fixed typo in jjb 95/41695/1
authorMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 12 Sep 2017 11:51:19 +0000 (12:51 +0100)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 12 Sep 2017 11:51:19 +0000 (12:51 +0100)
Change-Id: Iaec493601d26516012ec62b0daf79d03768c1cad
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
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