aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Reiter2017-05-05 08:32:45 +0200
committerGitHub2017-05-05 08:32:45 +0200
commit93d4fdf938779a5cccb4aabed7d82cb533f9506e (patch)
tree9fb2097dbbad6aaf974cc85a9b6557e0581f193b
parentc7c0ad6e612c03084ed367369a11e5322c1ae6ab (diff)
parent77728abbfc4c913ed91856e8c33d0911db0dc486 (diff)
downloadbrew-93d4fdf938779a5cccb4aabed7d82cb533f9506e.tar.bz2
Merge pull request #2587 from decrement/patch-1
Remove unused command_args
-rw-r--r--Library/Homebrew/cask/lib/hbc/utils.rb2
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