automotiveMastermind / prompt

A spectacular prompt for *nix distributions.
MIT License
9 stars 6 forks source link

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

Closed jeffreypmoran closed 4 years ago

jeffreypmoran commented 4 years ago

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 commented 4 years ago

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