diff --git a/developer/bin/audit_modified_casks b/developer/bin/audit_modified_casks index 33cb834878..4b37a2d549 100755 --- a/developer/bin/audit_modified_casks +++ b/developer/bin/audit_modified_casks @@ -10,6 +10,7 @@ require 'pathname' require 'open3' +$LOAD_PATH.unshift(Pathname(`brew --repository`.chomp).realpath.join('Library/Homebrew')) $LOAD_PATH.unshift(Pathname(__FILE__).realpath.join('../../../lib')) require 'vendor/homebrew-fork/global'