Skip to content
Snippets Groups Projects
Commit 77728abb authored by pseudoku's avatar pseudoku Committed by GitHub
Browse files

Remove unused command_args

Extra command_args in gain_permissions_remove caused silent failure and path never gets deleted.
parent 29429df9
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