Skip to content

Commit 93d4fdf

Browse files
authored
Merge pull request #2587 from decrement/patch-1
Remove unused command_args
2 parents c7c0ad6 + 77728ab commit 93d4fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/cask/lib/hbc/utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def self.gain_permissions_remove(path, command: SystemCommand)
4343
p.rmtree
4444
else
4545
command.run("/bin/rm",
46-
args: command_args + ["-r", "-f", "--", p],
46+
args: ["-r", "-f", "--", p],
4747
sudo: true)
4848
end
4949
end

0 commit comments

Comments
 (0)