mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-19 10:27:07 +01:00
Rename path
This commit is contained in:
parent
1574fa28bc
commit
e916e77e67
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Repositories:
|
|||
errors = TomlErrors()
|
||||
|
||||
repositories_toml_file: Path = Path(Configs.etc_path, 'repositories.toml')
|
||||
repositories_path: Path = Path(Configs.lib_path, 'repositories')
|
||||
repositories_path: Path = Path(Configs.lib_path, 'repos')
|
||||
|
||||
repos_config = {}
|
||||
repositories = {}
|
||||
|
|
Loading…
Reference in a new issue