Merge pull request #2587 from decrement/patch-1

Remove unused command_args
This commit is contained in:
Markus Reiter 2017-05-05 08:32:45 +02:00 committed by GitHub
commit 93d4fdf938

View File

@ -43,7 +43,7 @@ module Hbc
p.rmtree p.rmtree
else else
command.run("/bin/rm", command.run("/bin/rm",
args: command_args + ["-r", "-f", "--", p], args: ["-r", "-f", "--", p],
sudo: true) sudo: true)
end end
end end