Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Опечатка в имени параметра ИмяРасширения #315

Open
StupnikovVG opened this issue Apr 24, 2024 · 1 comment

Comments

@StupnikovVG
Copy link
Contributor

Классы ПакетнаяСинхронизация.os метод КонструкторПараметровРепозитория

Функция КонструкторПараметровРепозитория()
	
	КонструкторПараметров = КонструкторОбщихПараметров();
	
	КонструкторПараметров.ПолеБулево("Отключено disable", Ложь)
		.ПолеСтрока("Наименование storage-name name")
		.ПолеСтрока("ПутьКХранилищу storage-path path")
		.ПолеСтрока("ПутьКРабочемуКаталогу work-dir git-local-path dir")
		.ПолеСтрока("ИмяРасширения extention")
		;

	Возврат КонструкторПараметров;

КонецФункции

Параметр "ИмяРасширения" - extenTion. Должно быть extenSion

@EvilBeaver
Copy link
Member

Спасибо! Будем признательны за pull request!

nixel2007 added a commit that referenced this issue Sep 5, 2024
Исправлена опечатка
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants