Fix app path in ghost. (#21925)

This commit is contained in:
Zach Schneider 2016-06-13 13:47:58 -06:00 committed by Victor Popkov
parent afc73f9b51
commit 8823ea9e4b
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ cask 'ghost' do
homepage 'https://ghost.org/downloads'
license :mit
app "#{version}/Ghost.app"
app "ghost-#{version}-SIGNED/Ghost.app"
end