From 7ce780c59c026a478c5bfab90ccd9dcb7e8ab524 Mon Sep 17 00:00:00 2001 From: jonsequitur Date: Mon, 30 Jan 2017 12:01:03 -0800 Subject: [PATCH] remove apostrophe --- src/dotnet/commands/dotnet-run/RunCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnet/commands/dotnet-run/RunCommand.cs b/src/dotnet/commands/dotnet-run/RunCommand.cs index 4c6b5732a..edd956892 100644 --- a/src/dotnet/commands/dotnet-run/RunCommand.cs +++ b/src/dotnet/commands/dotnet-run/RunCommand.cs @@ -124,7 +124,7 @@ namespace Microsoft.DotNet.Tools.Run var project = "--project"; throw new InvalidOperationException( - $"Couldn\'t find a project to run. Ensure a project exists in {directory}, or pass the path to the project using {project}") + $"Couldn't find a project to run. Ensure a project exists in {directory}, or pass the path to the project using {project}") .DisplayAsError(); } else if (projectFiles.Length > 1)