Skip to content

Commit 266b3e7

Browse files
committed
fix: trust tapped repositories before formula load
1 parent 67241bd commit 266b3e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def read_brew(*args)
8888
else
8989
# Tap the requested tap if applicable
9090
brew 'tap', tap, *(tap_url unless tap_url.blank?)
91+
brew 'trust', tap
9192
end
9293

9394
# Append additional PR message

0 commit comments

Comments
 (0)