diff --git a/UnoCheck/Checkups/DotNetNewUnoTemplatesCheckup.cs b/UnoCheck/Checkups/DotNetNewUnoTemplatesCheckup.cs index 716b7baf..442c41b3 100644 --- a/UnoCheck/Checkups/DotNetNewUnoTemplatesCheckup.cs +++ b/UnoCheck/Checkups/DotNetNewUnoTemplatesCheckup.cs @@ -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