squirrelsql: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 12:57:57 +01:00
parent bb7b305d3c
commit eac0fff608
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 2 additions and 2 deletions

View File

@ -71,12 +71,12 @@ cask "squirrelsql" do
postflight do
system_command "/usr/bin/java",
args: ["-jar", "#{staged_path}/squirrel-sql-#{version}-MACOSX-install.jar", installoptions.to_s]
args: ["-jar", "#{staged_path}/squirrel-sql-#{version}-MACOSX-install.jar", installoptions.to_s]
end
uninstall_preflight do
system_command "/usr/bin/java",
args: ["-jar", "#{appdir}/SQuirreLSQL.app/Uninstaller/uninstaller.jar", "-f", "-c"]
args: ["-jar", "#{appdir}/SQuirreLSQL.app/Uninstaller/uninstaller.jar", "-f", "-c"]
end
uninstall delete: "#{appdir}/SQuirreLSQL.app"