Merge pull request #2587 from decrement/patch-1
Remove unused command_args
This commit is contained in:
commit
93d4fdf938
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user