Skip to content

Commit 3349a73

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

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
@@ -95,7 +95,7 @@ public int ExecuteFromSource()
9595
private bool UserAgreedToExecuteFromSource()
9696
{
9797
// TODO: Use a better way to ask for user input
98-
Console.WriteLine("Tool will be run from source. Accept? [yn]")
98+
Console.WriteLine("Tool will be run from source. Accept? [yn]");
9999
return Console.ReadLine() == 'y';
100100
}
101101
}

0 commit comments

Comments
 (0)