diff --git a/command/agent/command.go b/command/agent/command.go index c096aac3b..7ba1f0dd6 100644 --- a/command/agent/command.go +++ b/command/agent/command.go @@ -367,7 +367,6 @@ func (c *Command) Run(args []string) int { if config == nil { return 1 } - c.args = args // Check GOMAXPROCS if runtime.GOMAXPROCS(0) == 1 {