diff options
Diffstat (limited to 'src/vagrant/kubeadm_istio/istio')
-rwxr-xr-x | src/vagrant/kubeadm_istio/istio/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vagrant/kubeadm_istio/istio/deploy.sh b/src/vagrant/kubeadm_istio/istio/deploy.sh index 6e2e7ce..ed873f5 100755 --- a/src/vagrant/kubeadm_istio/istio/deploy.sh +++ b/src/vagrant/kubeadm_istio/istio/deploy.sh @@ -19,7 +19,7 @@ set -ex # Deploy istio 0.4.0 cd /vagrant -curl -L https://git.io/getLatestIstio | sh - +curl -L https://git.io/getLatestIstio | sh - mv istio-0.4.0 istio-source cd /vagrant/istio-source/ export PATH=$PWD/bin:$PATH |