diff options
author | 2016-10-17 00:08:32 -0500 | |
---|---|---|
committer | 2016-10-17 06:37:56 -0500 | |
commit | 7ae91a059f2b498ebacc66440f5de21eea99033c (patch) | |
tree | e3113ebff9adc945155a4013b66629d70b45a17e /ci/00-maasdeploy.sh | |
parent | f1dfc0776d32dea2a2fe7e2cb2b15b1836a6b666 (diff) |
more changes needed for juju 2.0
Change-Id: I30a1703bdd0dbfc72d0a35c2bee39a1f1b57b52a
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/00-maasdeploy.sh')
-rwxr-xr-x | ci/00-maasdeploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/00-maasdeploy.sh b/ci/00-maasdeploy.sh index 0f47feca..6bd22583 100755 --- a/ci/00-maasdeploy.sh +++ b/ci/00-maasdeploy.sh @@ -361,7 +361,7 @@ fi # Add the cloud and controller credentials for MAAS for that lab. jujuver=`juju --version` -if [ "$jujuver" -ge "2" ]; then +if [ "$jujuver" > "2" ]; then addcloud addcredential fi |