Skip to content
Snippets Groups Projects
Commit 7c53968d authored by Mark Beierl's avatar Mark Beierl
Browse files

Correct logic for image cache


Fixes bug 1517

Change-Id: I968b0c79c712e8b845cf285279d9183363410a71
Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
parent 4c630757
No related branches found
No related tags found
No related merge requests found
......@@ -452,7 +452,7 @@ function install_juju() {
echo "Installing juju"
sudo snap install juju --classic --channel=2.8/stable
[[ ":$PATH": != *":/snap/bin:"* ]] && PATH="/snap/bin:${PATH}"
[ -n "$INSTALL_NOCACHELXDIMAGES" ] && update_juju_images
[ -n "$INSTALL_NOCACHELXDIMAGES" ] || update_juju_images
echo "Finished installation of juju"
return 0
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment