Skip to content

Commit

Permalink
fix(salt): Use brew --repository
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Nov 23, 2024
1 parent e17c2d5 commit 2c50657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Casks/salt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

pkg "salt-#{version}-py3-#{arch}.pkg"

require_relative "../lib/patches/salt"
postflight do
require_relative "#{`brew --repository cdalvaro/tap`.lines.first.chomp}/lib/patches/salt"
%w[api master minion syndic].each { |daemon| Patches::Salt.patch_plist(daemon) }
end

Expand Down
2 changes: 1 addition & 1 deletion Casks/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

pkg "salt-#{version}-py3-#{arch}.pkg"

require_relative "../lib/patches/salt"
postflight do
require_relative "#{`brew --repository cdalvaro/tap`.lines.first.chomp}/lib/patches/salt"
%w[api master minion syndic].each { |daemon| Patches::Salt.patch_plist(daemon) }
end

Expand Down

0 comments on commit 2c50657

Please sign in to comment.