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)" \