Skip to content

Commit

Permalink
Use proper checkout command
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 committed Jul 4, 2023
1 parent 426c9a8 commit 21efd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-repos.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ local function update_repos()
goto continue
end

os.execute("git checkout --theirs .")
os.execute("git checkout --theirs " .. repos[i].dir .. repos[i].name)
os.execute("git add " .. repos[i].dir .. repos[i].name)

if one_pr == "false" then
Expand Down

0 comments on commit 21efd79

Please sign in to comment.