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

dotnet-install error: "unknown argument __channel" #45

Closed
jeffreypmoran opened this issue Jan 14, 2020 · 1 comment · Fixed by #46
Closed

dotnet-install error: "unknown argument __channel" #45

jeffreypmoran opened this issue Jan 14, 2020 · 1 comment · Fixed by #46
Assignees

Comments

@jeffreypmoran
Copy link

When running the "dotnet-install" command, I get the error "dotnet_install: Error: Unknown argument __channel". The issue can be worked around by manually modifying the dotnet-install.sh file and replacing "__channel" (two underscores) with "--channel" (two hyphens).

The issue appears to affect the "version" argument as well.

@dmccaffery
Copy link
Member

Interesting. Thanks for the bug report. Likely a find-replace issue at some point during the zsh makeover.

@dmccaffery dmccaffery self-assigned this Jan 14, 2020
dmccaffery added a commit that referenced this issue Jan 14, 2020
* resolve an issue with the `--channel` argument in `dotnet-install`
* resolve an issue with the `--version` argument in `dotnet-install`
* add tests for `dotnet-install` and apply to macos build in circle-ci

Closes: #45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants