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