Skip to content

Commit c612f20

Browse files
committed
chore: adjust user agent
Signed-off-by: thxCode <thxcode0824@gmail.com>
1 parent 1701975 commit c612f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/utils/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func Get() string {
1919
}
2020

2121
func GetUserAgent() string {
22-
return GetUserAgentWith("gpustack")
22+
return GetUserAgentWith("gpustack-operator")
2323
}
2424

2525
func GetUserAgentWith(name string) string {

0 commit comments

Comments
 (0)