mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +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()
|
errors = TomlErrors()
|
||||||
|
|
||||||
repositories_toml_file: Path = Path(Configs.etc_path, 'repositories.toml')
|
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 = {}
|
repos_config = {}
|
||||||
repositories = {}
|
repositories = {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue