Skip to content

Commit a9559df

Browse files
authored
Merge pull request #55 from astrizhachuk/astrizhachuk-patch-1
fix(syncRemote): ошибка синхронизации push --all
2 parents 09e7e9f + 61affb9 commit a9559df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Классы/syncRemote.os

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
ПараметрыКомандыPush = Новый Массив;
197197
ПараметрыКомандыPush.Добавить("push -u");
198198
ПараметрыКомандыPush.Добавить(СтрЗаменить(URLРепозитория, "%", "%%"));
199-
ПараметрыКомандыPush.Добавить("--all -v");
199+
ПараметрыКомандыPush.Добавить("-v");
200200

201201
ГитРепозиторий.ВыполнитьКоманду(ПараметрыКомандыPush);
202202

0 commit comments

Comments
 (0)