Skip to content

Commit

Permalink
corrected message when selecting a connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Faesel Saeed committed Nov 6, 2020
1 parent 27f9d3b commit 79d7e4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public Task Execute(ConnectionOptions opts)
if(isSuccessfull)
{
ConsoleHelper.WriteLineSuccessWaiting(selectMessage);
ConsoleHelper.WriteLineNormal($"Connection {opts.RemoveConnection} is ready to use!");
ConsoleHelper.WriteLineNormal($"Connection {opts.SelectConnection} is ready to use!");
}
else
{
Expand Down

0 comments on commit 79d7e4d

Please sign in to comment.