Skip to content

Commit

Permalink
Makefile short fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PratyushKing authored May 3, 2024
1 parent 8adc686 commit 69e596b
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 69e596b

Please sign in to comment.