Skip to content

Commit b303e3a

Browse files
ferhatelmask8s-ci-robot
authored andcommitted
Fix version in readme fish installation (#398)
1 parent 996add1 commit b303e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Check out the list of [kubectl plugins available on krew][list] or just run
7474
```fish
7575
begin
7676
set -x; set temp_dir (mktemp -d); cd "$temp_dir" &&
77-
curl -fsSLO "https://github.com/kubernetes-sigs/krew/releases/download/v0.3.1/krew.{tar.gz,yaml}" &&
77+
curl -fsSLO "https://github.com/kubernetes-sigs/krew/releases/download/v0.3.2/krew.{tar.gz,yaml}" &&
7878
tar zxvf krew.tar.gz &&
7979
set KREWNAME krew-(uname | tr '[:upper:]' '[:lower:]')_amd64 &&
8080
./$KREWNAME install \

0 commit comments

Comments
 (0)