barometer: fixed typo in jjb
[releng.git] / 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