From 4eea502627c380f50a1ea75f9c7a8373b1f96a38 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Tue, 12 Sep 2017 12:51:19 +0100 Subject: [PATCH] barometer: fixed typo in jjb Change-Id: Iaec493601d26516012ec62b0daf79d03768c1cad Signed-off-by: Maryam Tahhan --- jjb/barometer/barometer-upload-artifact.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6