Skip to content

Commit

Permalink
chdir -> cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunrisepeak committed Jan 7, 2025
1 parent b006c78 commit 2f34674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/xim/pm/wrapper/aur.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function install(git_url)
end

-- 进入包目录
local ok = os.chdir(name)
local ok = os.cd(name)
if not ok then
cprint(string.format("Failed to enter directory: '%s'", name))
end
Expand Down

0 comments on commit 2f34674

Please sign in to comment.