diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-17 07:40:27 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-17 09:43:25 -0500 |
commit | 501abc68e6a974d7e5dd480233bf44a2f20fc0b3 (patch) | |
tree | c4a30540a7708792b127343b540cd971c1566dea /ci/clean.sh | |
parent | 7ae91a059f2b498ebacc66440f5de21eea99033c (diff) |
modified to typo error.
Change-Id: I9992d424a6b74578b918c5a749ae86e892ea4084
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/clean.sh')
-rwxr-xr-x | ci/clean.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |