diff --git a/pkg/commands/os.go b/pkg/commands/os.go index ae22929..a94acc3 100644 --- a/pkg/commands/os.go +++ b/pkg/commands/os.go @@ -97,7 +97,7 @@ func (c *OSCommand) ExecutableFromStringContext(ctx context.Context, commandStr } func (c *OSCommand) NewCommandStringWithShell(commandStr string) string { - quotedCommand := "" + var quotedCommand string // Windows does not seem to like quotes around the command if c.Platform.os == "windows" { quotedCommand = strings.NewReplacer(