Skip to content

Commit eae9ad8

Browse files
edvilmedsplaisted
authored andcommitted
Pretty divider line
1 parent e07a46b commit eae9ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cli/dotnet/Commands/Tool/Execute/ToolExecuteCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ private bool UserAgreedToRunFromSource()
8181
Console.Write(CliCommandStrings.ToolRunFromSourceUserConfirmationPrompt);
8282
bool userAccepted = Console.ReadKey().Key == ConsoleKey.Y;
8383
Console.WriteLine();
84-
Console.WriteLine(new string('-', CliCommandStrings.ToolRunFromSourceUserConfirmationPrompt.Length));
84+
Console.WriteLine(new string('', CliCommandStrings.ToolRunFromSourceUserConfirmationPrompt.Length));
8585
return userAccepted;
8686
}
8787
}

0 commit comments

Comments
 (0)