Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: release version typo fix #1448

Merged
merged 1 commit into from
Feb 16, 2023
Merged

fix: release version typo fix #1448

merged 1 commit into from
Feb 16, 2023

Conversation

jerife
Copy link
Contributor

@jerife jerife commented Feb 15, 2023

FIX release version typo

There is an release version typo error about kubectl-minio_linux_amd64.zip.

Reference Image 1

image

Reference Image 2

image


BEFORE

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

AFTER

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

@dvaldivia dvaldivia merged commit 86e8965 into minio:master Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants