From 32668e7ddd9d45f7c1678959fe11be1a6fd0d865 Mon Sep 17 00:00:00 2001 From: Josh Hagins Date: Wed, 9 Dec 2015 17:32:22 -0500 Subject: [PATCH] Fix brew-cask location in audit_modified_casks --- developer/bin/audit_modified_casks | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/developer/bin/audit_modified_casks b/developer/bin/audit_modified_casks index 5add4e8ade..92fd24073f 100755 --- a/developer/bin/audit_modified_casks +++ b/developer/bin/audit_modified_casks @@ -16,8 +16,7 @@ set +o histexpand commit_range='' cask_dir='Casks' -bin_dir='bin' -brew_cask="$bin_dir/brew-cask" +brew_cask="cmd/brew-cask.rb" ### ### functions