Browse Source

fix: [wsl] missing ``$BIN_PATH`` to get ``docker-ip`` binary.

Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
pull/1/head
Valentin Lab 4 years ago
parent
commit
e233922772
  1. 1
      src/install.sh

1
src/install.sh

@ -263,6 +263,7 @@ install.mingw() {
install.wsl() {
BIN_PATH=~/bin
CHARM_PATH=~/.charm-store
get_charm_store "${DEPLOY_REF}" || return 1
get_docker_ip

Loading…
Cancel
Save