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 template installation command for fish shell #510

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

Bargsteen
Copy link
Contributor

Summary

The installation command did not work for me in the fish shell on macOS. Adding the quotes fixed it.

I made the change using GitHub which unfortunately also applied some formatting or similar to an unrelated section.

Fixes

Before:

dotnet new install Expecto.Template::*
fish: No matches for wildcard 'Expecto.Template::*'. See `help wildcards-globbing`.
dotnet new install Expecto.Template::*
                   ^~~~~~~~~~~~~~~~~~^

After:

dotnet new install "Expecto.Template::*"
The following template packages will be installed:
   Expecto.Template::*
...

@farlee2121 farlee2121 merged commit 04f34d2 into haf:main Sep 10, 2024
2 checks passed
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.

2 participants