Updated wrong localizableStrings reference
This commit is contained in:
parent
65a3d0e500
commit
464f2d9a6c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace Microsoft.DotNet.Tools.New
|
|||
// Check if project.json exists in the folder
|
||||
if (File.Exists(Path.Combine(Directory.GetCurrentDirectory(), "project.json")) && !isMsBuild)
|
||||
{
|
||||
Reporter.Error.WriteLine(string.Format(LocalizableStrings.CreatingNewError,languageName));
|
||||
Reporter.Error.WriteLine(string.Format(LocalizableStrings.ProjectExistsError, languageName));
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue