Remove extra characters

Change-Id: If8a40a91f5f5f4ec574dc1cad384f98176e64bc2
This commit is contained in:
Hanxi_Liu 2017-10-24 11:35:53 +08:00
parent 073a3653df
commit 3c830825f4
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ To install the helm client:
.. code-block:: console
/$url -L https://storage.googleapis.com/kubernetes-helm/helm-v2.2.2-linux-amd64.tar.gz | tar -xzv
curl -L https://storage.googleapis.com/kubernetes-helm/helm-v2.2.2-linux-amd64.tar.gz | tar -xzv
sudo cp linux-amd64/helm /usr/local/bin/helm
sudo chmod 755 /usr/local/bin/helm
sudo chown root: /usr/local/bin/helm