Skip to content

Commit

Permalink
Merge pull request #3013 from PratyushKing/master
Browse files Browse the repository at this point in the history
Makefile short fix
  • Loading branch information
zarlo authored May 4, 2024
2 parents 8adc686 + 69e596b commit a55e9ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@ template-install:
@printf "Installing ${GREEN}C# Template packages${DEFAULT}\n"
@-dotnet new uninstall $(THISDIR)/source/templates/csharp/
@printf "If the template was not installed, you can ignore this"
@dotnet new install $(THISDIR)/source/templates/csharp/
#TODO: Uninstall
@dotnet new -i $(THISDIR)/source/templates/csharp/
#TODO: Uninstall

0 comments on commit a55e9ca

Please sign in to comment.