Skip to content

Commit

Permalink
chore: debug5 - DROP THIS COMMIT BEFORE MERGING
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezgerges committed Dec 7, 2023
1 parent baab7d6 commit 541b793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnoCheck/Checkups/DotNetNewUnoTemplatesCheckup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ private string GetDotNetNewInstalledList(SharedState? history)
var binaryLocation = new DotNetSdk(history).DotNetExeLocation;
var dotnetCommand =
binaryLocation.Exists
? binaryLocation.FullName
? $"\"{binaryLocation.FullName}\""
: "dotnet"; // fallback to the dotnet binary found in PATH

// Running 'dotnet new uninstall' without any package ID will list all installed
Expand Down

0 comments on commit 541b793

Please sign in to comment.