diff --git a/pkg/commands/os_test.go b/pkg/commands/os_test.go index a6bdbc1b1..29540aff6 100644 --- a/pkg/commands/os_test.go +++ b/pkg/commands/os_test.go @@ -3,8 +3,8 @@ package commands import "testing" func TestQuote(t *testing.T) { - osCommand := &OSCommand { - Log: nil, + osCommand := &OSCommand{ + Log: nil, Platform: getPlatform(), } test := "hello `test`"