refactor goarch

This commit is contained in:
wh1te909 2022-06-20 12:23:51 -07:00
parent 959a1bb8c8
commit 73deda7d04
2 changed files with 1 additions and 10 deletions

View file

@ -141,7 +141,6 @@ func New(logger *logrus.Logger, version string) *Agent {
return &Agent{
Hostname: info.Hostname,
Arch: info.Architecture,
BaseURL: ac.BaseURL,
AgentID: ac.AgentID,
ApiURL: ac.APIURL,