We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1701975 commit c612f20Copy full SHA for c612f20
1 file changed
pkg/utils/version/version.go
@@ -19,7 +19,7 @@ func Get() string {
19
}
20
21
func GetUserAgent() string {
22
- return GetUserAgentWith("gpustack")
+ return GetUserAgentWith("gpustack-operator")
23
24
25
func GetUserAgentWith(name string) string {
0 commit comments