Skip to content

Commit

Permalink
fix: release version typo fix (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerife committed Feb 16, 2023
1 parent 299b00d commit 86e8965
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 @@ -165,7 +165,7 @@ As an alternative to `krew`, you can download the `kubectl-minio` plugin from th
For example, the following code downloads the latest stable version of the MinIO Kubernetes Plugin and installs it to the system ``$PATH``. The example assumes a Linux operating system:

```sh
wget -qO- https://github.com/minio/operator/releases/latest/download/kubectl-minio_linux_amd64.zip | sudo bsdtar -xvf- -C /usr/local/bin
wget -qO- https://github.com/minio/operator/releases/latest/download/kubectl-minio_linux_amd64_v1.zip | sudo bsdtar -xvf- -C /usr/local/bin
sudo chmod +x /usr/local/bin/kubectl-minio
```

Expand Down

0 comments on commit 86e8965

Please sign in to comment.