qlcolorcode: fix RuboCop style.

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

View File

@ -13,7 +13,7 @@ cask "qlcolorcode" do
postflight do
system_command "/usr/bin/defaults",
args: ["write", "org.n8gray.QLColorCode", "pathHL", "#{HOMEBREW_PREFIX}/bin/highlight"]
args: ["write", "org.n8gray.QLColorCode", "pathHL", "#{HOMEBREW_PREFIX}/bin/highlight"]
end
zap trash: "~/Library/Preferences/org.n8gray.QLColorCode.plist"