Skip to content

Commit 8097600

Browse files
author
Harri Klingsten
committed
.
1 parent 50f1464 commit 8097600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SecTools/SecToolsCommands/Managers/DockerDesktopManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public static void StartDockerDesktop(string fullFileName, int startupTime)
55
{
66
Action<string> writer = s =>
77
{
8-
ConsoleService.Service.WriteLine(nameof(DockerDesktopManager), "babar");
8+
ConsoleService.Service.WriteLine(nameof(DockerDesktopManager), s);
99
};
1010

1111
Action<string> reader = s =>

0 commit comments

Comments
 (0)