Исправлен ключ дефолтного репозитория в конфигурации
All checks were successful
Pre-commit / pre-commit (pull_request) Successful in 3m51s
All checks were successful
Pre-commit / pre-commit (pull_request) Successful in 3m51s
Ключ "repos" изменён на "repo" для соответствия тегу koanf в структуре Config. Это исправляет проблему, когда дефолтный репозиторий alr-default не загружался.
This commit is contained in:
@@ -59,7 +59,7 @@ func defaultConfigKoanf() *koanf.Koanf {
|
||||
"logLevel": "info",
|
||||
"autoPull": true,
|
||||
"updateSystemOnUpgrade": false,
|
||||
"repos": []types.Repo{
|
||||
"repo": []types.Repo{
|
||||
{
|
||||
Name: "alr-default",
|
||||
URL: "https://gitea.plemya-x.ru/Plemya-x/alr-default.git",
|
||||
|
||||
Reference in New Issue
Block a user