diff options
| author | Markus Reiter | 2017-05-05 08:32:45 +0200 |
|---|---|---|
| committer | GitHub | 2017-05-05 08:32:45 +0200 |
| commit | 93d4fdf938779a5cccb4aabed7d82cb533f9506e (patch) | |
| tree | 9fb2097dbbad6aaf974cc85a9b6557e0581f193b | |
| parent | c7c0ad6e612c03084ed367369a11e5322c1ae6ab (diff) | |
| parent | 77728abbfc4c913ed91856e8c33d0911db0dc486 (diff) | |
| download | brew-93d4fdf938779a5cccb4aabed7d82cb533f9506e.tar.bz2 | |
Merge pull request #2587 from decrement/patch-1
Remove unused command_args
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/utils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/utils.rb b/Library/Homebrew/cask/lib/hbc/utils.rb index 2a5acbc88..b2b65a08e 100644 --- a/Library/Homebrew/cask/lib/hbc/utils.rb +++ b/Library/Homebrew/cask/lib/hbc/utils.rb @@ -43,7 +43,7 @@ module Hbc p.rmtree else command.run("/bin/rm", - args: command_args + ["-r", "-f", "--", p], + args: ["-r", "-f", "--", p], sudo: true) end end |
