Skip to content
Snippets Groups Projects
Commit 93d4fdf9 authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #2587 from decrement/patch-1

Remove unused command_args
parents c7c0ad6e 77728abb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment