Fix capitalisation typo in keybase.rb. (#30305)

This commit is contained in:
Adam Demasi 2017-02-23 05:04:31 +10:30 committed by Miccal Matthews
parent 4240e316db
commit 3cdd921b8a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ cask 'keybase' do
app 'Keybase.app'
postflight do
system_command "#{appdir}/Keybase.App/Contents/Resources/KeybaseInstaller.app/Contents/MacOS/Keybase",
system_command "#{appdir}/Keybase.app/Contents/Resources/KeybaseInstaller.app/Contents/MacOS/Keybase",
args: ["--app-path=#{appdir}/Keybase.app", '--run-mode=prod', '--timeout=10']
end