Skip to content

Commit d316959

Browse files
fix: use correct user agent value
1 parent f0e9086 commit d316959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929

3030
func getDefaultRequestOptions(cmd *cli.Command) []option.RequestOption {
3131
opts := []option.RequestOption{
32-
option.WithHeader("User-Agent", fmt.Sprintf("BruceTestAPI/CLI %s", Version)),
32+
option.WithHeader("User-Agent", fmt.Sprintf("Hypeman/CLI %s", Version)),
3333
option.WithHeader("X-Stainless-Lang", "cli"),
3434
option.WithHeader("X-Stainless-Package-Version", Version),
3535
option.WithHeader("X-Stainless-Runtime", "cli"),

0 commit comments

Comments
 (0)