From 7e77dd562da85acad86f0ec799ca47d78044156e Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Tue, 30 Sep 2025 14:52:59 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20User-Agent=20reports=20as?= =?UTF-8?q?=20phpmon-curl/1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Domain/Integrations/Homebrew/CaskFile.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpmon/Domain/Integrations/Homebrew/CaskFile.swift b/phpmon/Domain/Integrations/Homebrew/CaskFile.swift index 2950f05..b13f567 100644 --- a/phpmon/Domain/Integrations/Homebrew/CaskFile.swift +++ b/phpmon/Domain/Integrations/Homebrew/CaskFile.swift @@ -30,7 +30,7 @@ struct CaskFile { } else { return await Shell.pipe(""" curl -s --max-time 10 \ - -H "User-Agent: phpmon-curl 1.0" \ + -H "User-Agent: phpmon-curl/1.0" \ -H "X-phpmon-version: \(App.shortVersion) (\(App.bundleVersion))" \ -H "X-phpmon-os-version: \(App.macVersion)" \ -H "X-phpmon-bundle-id: \(App.identifier)" \