Skip to content

Commit

Permalink
scripts/chwd: Wrong order of arguments [Hotfix]
Browse files Browse the repository at this point in the history
Signed-off-by: Vasiliy Stelmachenok <[email protected]>
  • Loading branch information
ventureoo committed Jan 9, 2025
1 parent 86b6f79 commit bcc24cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/chwd
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ local function remove(packages)
end
end

local function exec_hook(name, hooks)
local function exec_hook(hooks, name)
local hook = hooks[name]

if not hook then
Expand Down

0 comments on commit bcc24cd

Please sign in to comment.