From: MaxSMokeSkaarj Date: Thu, 22 May 2025 13:27:13 +0000 (+1000) Subject: Автообновление SS14 X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=c0fd3a8d33e8996e4cf56f7e034582bea636125b;p=space-station-14.git Автообновление SS14 --- diff --git a/build.sh b/build.sh index 77912f18e6..15e2daec6d 100755 --- a/build.sh +++ b/build.sh @@ -19,7 +19,7 @@ function updateSS14() { git add .; git commit -m "Автообновление RobustToolbox"; git pull origin main; - git pull origin mirror; + git pull mirror main; git pull fetch master; git commit -m "Автообновление с вендора SS14"; git push origin main;