diff --git a/ue-get-latest.ps1 b/ue-get-latest.ps1 index 870400d..e422018 100644 --- a/ue-get-latest.ps1 +++ b/ue-get-latest.ps1 @@ -83,7 +83,9 @@ try { # Stopped using rebase because it's a PITA when it goes wrong Write-Output "Pulling latest from Git..." - git pull --recurse-submodules + # I know Linus says we shouldn't accept the default merge message but pfft + # No artist wan't to see that git merge message pop-up, come on, it's obvious why + git pull --recurse-submodules --no-edit if ($LASTEXITCODE -ne 0) { Write-Output "ERROR: git pull failed!" exit 5