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

open: command not found #801

Closed
Loki-Afro opened this issue Aug 13, 2021 · 1 comment · Fixed by #802
Closed

open: command not found #801

Loki-Afro opened this issue Aug 13, 2021 · 1 comment · Fixed by #802
Assignees

Comments

@Loki-Afro
Copy link

Hi,

open results mostly in command not found in a linux environment, usually xdg-open is what you meant. open is mac specific afaik

open "$MGMT_URL"

zarathustra@wotan ~ % kubectl rabbitmq manage hello-world                                                                                                                                 
Forwarding from [::1]:15672 -> 15672
/home/zarathustra/.krew/bin/kubectl-rabbitmq: line 169: open: command not foun

running on up to date fedora :)

@Zerpet Zerpet self-assigned this Aug 16, 2021
Zerpet added a commit that referenced this issue Aug 16, 2021
The command `open` is specific to MacOS. Linux desktops use `xdg-open`
instead. The rest of the script should be compatible with Linux.

[#801]

Signed-off-by: Aitor Perez Cedres <[email protected]>
@Zerpet
Copy link
Collaborator

Zerpet commented Aug 16, 2021

Thank you for reporting this! I created a PR to adapt the script based on the platform. The fix will be in our next release.

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 a pull request may close this issue.

2 participants