diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2018-01-21 12:09:36 -0500 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2018-01-21 12:11:28 -0500 |
commit | abd05b1cb568c7cb9a406752b0f3d0daa0653b34 (patch) | |
tree | 349961474546e24721af4d6528ad3d71d93bf320 /src/vagrant/kubeadm_istio/istio | |
parent | b5f2330198ba9eb581972f1f394f7cf8c3ed2db8 (diff) |
remove trailing space
Change-Id: I36903535289c51346deea49791fd4a0d6e223a18
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
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 |