Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunrisepeak committed Jan 7, 2025
1 parent c986b42 commit b006c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/xim/pm/PkgManagerService.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function _dectect_and_load_pmanager()

if pm == "pacman" then
local pm_aur_impl = import("xim.pm.wrapper.aur")
pmanager["aur"] = pm_aur_impl
pmanager["aur"] = PkgManagerWrapper.new(pm_aur_impl)
end

end
Expand Down

0 comments on commit b006c78

Please sign in to comment.