From: Maryam Tahhan Date: Tue, 12 Sep 2017 11:51:19 +0000 (+0100) Subject: barometer: fixed typo in jjb X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=4eea502627c380f50a1ea75f9c7a8373b1f96a38;p=releng.git barometer: fixed typo in jjb Change-Id: Iaec493601d26516012ec62b0daf79d03768c1cad Signed-off-by: Maryam Tahhan --- 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