summaryrefslogtreecommitdiffstats
path: root/ci/01-bootstrap.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-10-17 00:08:32 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-10-17 06:37:56 -0500
commit7ae91a059f2b498ebacc66440f5de21eea99033c (patch)
treee3113ebff9adc945155a4013b66629d70b45a17e /ci/01-bootstrap.sh
parentf1dfc0776d32dea2a2fe7e2cb2b15b1836a6b666 (diff)
more changes needed for juju 2.0
Change-Id: I30a1703bdd0dbfc72d0a35c2bee39a1f1b57b52a Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/01-bootstrap.sh')
-rwxr-xr-xci/01-bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/01-bootstrap.sh b/ci/01-bootstrap.sh
index 4a20ca23..5ec5e68e 100755
--- a/ci/01-bootstrap.sh
+++ b/ci/01-bootstrap.sh
@@ -6,7 +6,7 @@ set -ex
jujuver=`juju --version`
-if [ "$jujuver" -lt "2" ]; then
+if [ "$jujuver" < "2" ]; then
juju bootstrap --debug --to bootstrap.maas
sleep 5
#disable juju gui until xenial charms are in charm store.