From 3e2406972248ab824b22c7c3965b5f5aab8c9b7b Mon Sep 17 00:00:00 2001 From: KimMachineGune Date: Wed, 16 Jan 2019 14:56:47 +0900 Subject: pkg: Fix typo --- pkg/commands/exec_live_win.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/commands/exec_live_win.go') 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) } -- cgit v1.2.3