remove apostrophe
This commit is contained in:
parent
1a0adcbe5a
commit
7ce780c59c
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ namespace Microsoft.DotNet.Tools.Run
|
||||||
var project = "--project";
|
var project = "--project";
|
||||||
|
|
||||||
throw new InvalidOperationException(
|
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();
|
.DisplayAsError();
|
||||||
}
|
}
|
||||||
else if (projectFiles.Length > 1)
|
else if (projectFiles.Length > 1)
|
||||||
|
|
Loading…
Reference in a new issue