change with ver syntax. (#3785)

This commit is contained in:
Jianfei Hu 2019-03-19 11:48:41 -07:00 committed by istio-bot
parent 391ef67477
commit dfb7e60ee0
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ Next, run the following commands on each machine that you want to add to the mes
{{< text bash >}}
$ gcloud compute ssh --project=${MY_PROJECT} --zone={MY_ZONE} "${GCE_NAME}"
$ curl -L https://storage.googleapis.com/istio-release/releases/1.1.0-rc.0/deb/istio-sidecar.deb > istio-sidecar.deb
$ curl -L https://storage.googleapis.com/istio-release/releases/{{< istio_full_version >}}/deb/istio-sidecar.deb > istio-sidecar.deb
$ sudo dpkg -i istio-sidecar.deb
{{< /text >}}