From 3cdd921b8a8b017392cdab8ed1deb5edff93aebe Mon Sep 17 00:00:00 2001 From: Adam Demasi Date: Thu, 23 Feb 2017 05:04:31 +1030 Subject: [PATCH] Fix capitalisation typo in keybase.rb. (#30305) --- Casks/keybase.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/keybase.rb b/Casks/keybase.rb index a1e53e2660b..f6c4540d445 100644 --- a/Casks/keybase.rb +++ b/Casks/keybase.rb @@ -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