Skip to content

Commit dd13c53

Browse files
edvilmedsplaisted
authored andcommitted
Fix typo
1 parent 3349a73 commit dd13c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cli/dotnet/Commands/Tool/Run/ToolRunCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ private bool UserAgreedToExecuteFromSource()
9696
{
9797
// TODO: Use a better way to ask for user input
9898
Console.WriteLine("Tool will be run from source. Accept? [yn]");
99-
return Console.ReadLine() == 'y';
99+
return Console.ReadLine() == "y";
100100
}
101101
}

0 commit comments

Comments
 (0)