Skip to content

Commit

Permalink
fix(copilot): Fix salt@3006 offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Nov 23, 2024
1 parent 3b21b4d commit 9f1a1c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Casks/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

url "https://packages.broadcom.com/artifactory/saltproject-generic/macos/#{version}/salt-#{version}-py3-#{arch}.pkg",
verified: "packages.broadcom.com/artifactory/saltproject-generic/"
name "Salt"
name "Salt #{version} LTS"
desc "Automation and infrastructure management engine"
homepage "https://saltproject.io/"

Expand All @@ -23,7 +23,7 @@
pkg "salt-#{version}-py3-#{arch}.pkg"

postflight do
%w[api master minion syndic].each { |daemon| Patches.Salt.patch_plist(daemon) }
%w[api master minion syndic].each { |daemon| Patches::Salt.patch_plist(daemon) }
end

uninstall launchctl: [
Expand Down

0 comments on commit 9f1a1c2

Please sign in to comment.