Skip to content

Commit 24963e5

Browse files
feat: update user agent (#5)
1 parent c5e3b24 commit 24963e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/manager/agent.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ func NewAgent(opts *AgentOptions) (IAgent, error) {
4848
}
4949

5050
cfg.Servers[0].URL = opts.HostURL
51+
cfg.UserAgent = "warpbuild-agent"
5152

5253
wb := warpbuild.NewAPIClient(cfg)
5354
return &agentImpl{

0 commit comments

Comments
 (0)