We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee22772 commit f6adcfdCopy full SHA for f6adcfd
1 file changed
api/client.go
@@ -20,7 +20,7 @@ var (
20
hdrAcceptAPIv1 = "application/vnd.fury.v1"
21
22
// Default "User-Agent" header for Gemfury API requests
23
- hdrUserAgent = "Gemfury Go-CLI %s"
+ hdrUserAgent = "Gemfury CLI %s"
24
25
// Default API endpoints
26
defaultPushEndpoint = "https://push.fury.io"
0 commit comments