From 501abc68e6a974d7e5dd480233bf44a2f20fc0b3 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 17 Oct 2016 07:40:27 -0500 Subject: modified to typo error. Change-Id: I9992d424a6b74578b918c5a749ae86e892ea4084 Signed-off-by: Narinder Gupta --- ci/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/clean.sh') diff --git a/ci/clean.sh b/ci/clean.sh index 3c0a71e4..4b308fd0 100755 --- a/ci/clean.sh +++ b/ci/clean.sh @@ -9,7 +9,7 @@ fi jujuver=`juju --version` -if [ "$jujuver" > "2" ]; then +if [[ "$jujuver" > "2" ]]; then controllername=`awk 'NR==1{print $2}' environments.yaml` cloudname=`awk 'NR==1{print $2}' environments.yaml` juju kill-controller $controllername --timeout 10s -y || true -- cgit 1.2.3-korg