mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +01:00
Fixed for name file
This commit is contained in:
parent
1504b5921c
commit
7c5a947bba
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@ class Blacklist(Configs):
|
|||
except (tomli.TOMLDecodeError, KeyError) as error:
|
||||
raise SystemExit(f"\nError: {error}: in the configuration file '/etc/slpkg/blacklist.toml'.\n"
|
||||
f"\nIf you have upgraded the '{self.prog_name}' probably you need to run:\n"
|
||||
f"mv {self.etc_path}/{self.prog_name}.toml.new {self.etc_path}/{self.prog_name}.toml\n")
|
||||
f"mv {self.etc_path}/blacklist.toml.new {self.etc_path}/blacklist.toml\n")
|
||||
|
|
Loading…
Reference in a new issue