diff --git a/pkg/commands/exec_live_win.go b/pkg/commands/exec_live_win.go index 343e0dd9f..d06cb920b 100644 --- a/pkg/commands/exec_live_win.go +++ b/pkg/commands/exec_live_win.go @@ -3,7 +3,7 @@ package commands // RunCommandWithOutputLiveWrapper runs a command live but because of windows compatibility this command can't be ran there -// TODO: Remove this hack and replace it with a propper way to run commands live on windows +// TODO: Remove this hack and replace it with a proper way to run commands live on windows func RunCommandWithOutputLiveWrapper(c *OSCommand, command string, output func(string) string) error { return c.RunCommand(command) }