diff --git a/src/dotnet/commands/dotnet-run/RunCommand.cs b/src/dotnet/commands/dotnet-run/RunCommand.cs index 63f55412b..2de00e3da 100644 --- a/src/dotnet/commands/dotnet-run/RunCommand.cs +++ b/src/dotnet/commands/dotnet-run/RunCommand.cs @@ -92,7 +92,7 @@ namespace Microsoft.DotNet.Tools.Run throw new GracefulException(string.Join(Environment.NewLine, LocalizableStrings.RunCommandExceptionUnableToRun1, LocalizableStrings.RunCommandExceptionUnableToRun2, - $"{LocalizableStrings.RunCommandExceptionUnableToRun3} '{outputType}'.")); + $"{LocalizableStrings.RunCommandExceptionUnableToRun3}'{outputType}'.")); } string runArguments = projectInstance.GetPropertyValue(LocalizableStrings.RunCommandRunArguments);