Skip to content

Commit

Permalink
πŸ™Š
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed Dec 2, 2022
1 parent 369fce2 commit 8885224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix_audit/repo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule MixAudit.Repo do
previous_path = File.cwd!()
File.cd(repo_path)

System.cmd("lgit", ["pull", "--rebase", "--quiet", "origin", "main"])
System.cmd("git", ["pull", "--rebase", "--quiet", "origin", "main"])

File.cd(previous_path)
else
Expand Down

0 comments on commit 8885224

Please sign in to comment.