mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
Fixed for message
This commit is contained in:
parent
de842c7fe4
commit
7903ad6348
1 changed files with 2 additions and 1 deletions
|
@ -89,6 +89,7 @@ class UpdateRepository(Configs):
|
|||
bin_repositories[repo]()
|
||||
else:
|
||||
self.slackbuild_repositories()
|
||||
print()
|
||||
|
||||
def slack_repository(self):
|
||||
if self.repos.slack_repo:
|
||||
|
@ -581,7 +582,7 @@ class UpdateRepository(Configs):
|
|||
self.data.install_sbos_data()
|
||||
|
||||
def not_enabled_message(self, repo: str) -> None:
|
||||
print(f"{self.prog_name}: The repository '{self.green}{repo}{self.endc}' is not enabled.")
|
||||
print(f"{self.prog_name}: Repository '{self.green}{repo}{self.endc}' is not enabled.")
|
||||
|
||||
def make_dirs(self, repo) -> None:
|
||||
path = Path(self.lib_path, 'repositories', repo)
|
||||
|
|
Loading…
Reference in a new issue