Skip to content

Commit

Permalink
Fix version in readme fish installation (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas authored and k8s-ci-robot committed Nov 19, 2019
1 parent 996add1 commit b303e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Check out the list of [kubectl plugins available on krew][list] or just run
```fish
begin
set -x; set temp_dir (mktemp -d); cd "$temp_dir" &&
curl -fsSLO "https://github.com/kubernetes-sigs/krew/releases/download/v0.3.1/krew.{tar.gz,yaml}" &&
curl -fsSLO "https://github.com/kubernetes-sigs/krew/releases/download/v0.3.2/krew.{tar.gz,yaml}" &&
tar zxvf krew.tar.gz &&
set KREWNAME krew-(uname | tr '[:upper:]' '[:lower:]')_amd64 &&
./$KREWNAME install \
Expand Down

0 comments on commit b303e3a

Please sign in to comment.