1 parent 67241bd commit 266b3e7Copy full SHA for 266b3e7
1 file changed
main.rb
@@ -88,6 +88,7 @@ def read_brew(*args)
88
else
89
# Tap the requested tap if applicable
90
brew 'tap', tap, *(tap_url unless tap_url.blank?)
91
+ brew 'trust', tap
92
end
93
94
# Append additional PR message
0 commit comments