We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3e28e commit 3349a73Copy full SHA for 3349a73
src/Cli/dotnet/Commands/Tool/Run/ToolRunCommand.cs
@@ -95,7 +95,7 @@ public int ExecuteFromSource()
95
private bool UserAgreedToExecuteFromSource()
96
{
97
// TODO: Use a better way to ask for user input
98
- Console.WriteLine("Tool will be run from source. Accept? [yn]")
+ Console.WriteLine("Tool will be run from source. Accept? [yn]");
99
return Console.ReadLine() == 'y';
100
}
101
0 commit comments