mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Rename slackdce repo name
This commit is contained in:
parent
b79c5b5e24
commit
a771ef0971
1 changed files with 1 additions and 1 deletions
|
@ -1243,7 +1243,7 @@ class InstallData(Configs):
|
|||
cache: list = [] # reset cache
|
||||
|
||||
path_changelog: Path = Path(self.repos.slackdce_repo_path, self.repos.slackdce_repo_changelog)
|
||||
self.write_last_update(path_changelog, self.repos.conraid_repo_name)
|
||||
self.write_last_update(path_changelog, self.repos.slackdce_repo_name)
|
||||
|
||||
data_file: Path = Path(self.repos.slackdce_repo_path, self.repos.json_file)
|
||||
data_file.write_text(json.dumps(data, indent=4))
|
||||
|
|
Loading…
Reference in a new issue