Skip to content

Commit 521956f

Browse files
committed
update cmdtest for other oses
1 parent 7235bfb commit 521956f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agentexec/cli_other.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ package agentexec
55

66
import "golang.org/x/xerrors"
77

8-
func CLI(args []string, environ []string) error {
8+
func CLI() error {
99
return xerrors.Errorf("agent-exec is only supported on Linux")
1010
}

0 commit comments

Comments
 (0)