qt: fix Rubocop style.
This commit is contained in:
parent
f1975a1b8d
commit
1b65903494
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class Qt < Formula
|
|||
# (Note: This move breaks invocation of Assistant via the Help menu
|
||||
# of both Designer and Linguist as that relies on Assistant being in `bin`.)
|
||||
libexec.mkpath
|
||||
Pathname.glob("#{bin}/*.app") {|app| mv app, libexec }
|
||||
Pathname.glob("#{bin}/*.app") { |app| mv app, libexec }
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
|
|
Loading…
Reference in a new issue