summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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