touchosc-editor: 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 eac0fff608
commit 82517270d8
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ cask "touchosc-editor" do
app "touchosc-editor-#{version}-macos/TouchOSC Editor.app"
artifact "touchosc-editor-#{version}-macos/layouts",
target: Pathname.new(File.expand_path("~")).join("Library/Application Support/TouchOSCEditor/layouts")
target: Pathname.new(File.expand_path("~")).join("Library/Application Support/TouchOSCEditor/layouts")
zap trash: "~/Library/*/*TouchOSCEditor*"
end