From b6efac0eaab38a2b6175097917b711abf65726e9 Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Wed, 12 Nov 2014 19:14:13 -0500 Subject: [PATCH] convert to staged_path in parse --- Casks/parse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/parse.rb b/Casks/parse.rb index 8c2d0fa9899..4699e0419c0 100644 --- a/Casks/parse.rb +++ b/Casks/parse.rb @@ -10,6 +10,6 @@ class Parse < Cask binary 'parse' postflight do - system '/bin/chmod', '--', '0755', "#{destination_path}/parse" + system '/bin/chmod', '--', '0755', "#{staged_path}/parse" end end