Skip to content

Commit 61affb9

Browse files
authored
Update syncRemote.os
1 parent 72484bd commit 61affb9

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)