convert to staged_path in parse

This commit is contained in:
Roland Walker 2014-11-12 19:14:13 -05:00
parent d4eb54681b
commit b6efac0eaa
1 changed files with 1 additions and 1 deletions

View File

@ -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