From f6adcfdcbc2fbec0b7cc0672ac1d4c79abc0ea8b Mon Sep 17 00:00:00 2001 From: Michael Rykov Date: Sat, 6 Jul 2024 17:29:01 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20User-Agent=20to=20"Gemfury=20CLI=20?= =?UTF-8?q?=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client.go b/api/client.go index 3d2e3ba..6d3de25 100644 --- a/api/client.go +++ b/api/client.go @@ -20,7 +20,7 @@ var ( hdrAcceptAPIv1 = "application/vnd.fury.v1" // Default "User-Agent" header for Gemfury API requests - hdrUserAgent = "Gemfury Go-CLI %s" + hdrUserAgent = "Gemfury CLI %s" // Default API endpoints defaultPushEndpoint = "https://push.fury.io"