Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Nov 20, 2023
1 parent 7acf734 commit 99922e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommandLine/ProjectName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ private ProjectName(string name, string nameWithoutMoniker, string moniker)

public static ProjectName Create(string name)
{
if (name.EndsWith(")\"))
if (name.EndsWith(")"))
{
int openParenToken = name.LastIndexOf('(');

Expand Down

0 comments on commit 99922e1

Please sign in to comment.