Skip to content

Commit

Permalink
Blub
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangiebel committed Feb 5, 2024
1 parent 81def9b commit bfd386a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SS14.MapServer/Services/GitService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private void Pull(string repoDirectory, string gitRef)
RunCommand(repoDirectory, "checkout --force", StripRef(gitRef));

_log.Debug("Pulling latest changes");
RunCommand(repoDirectory, "pull origin HEAD --ff-only --force");
RunCommand(repoDirectory, "pull origin --ff-only --force", StripRef(gitRef));

_log.Debug("Updating submodules");
RunCommand(repoDirectory, "submodule update --init --recursive");
Expand Down

0 comments on commit bfd386a

Please sign in to comment.