Fixed typo

This commit is contained in:
Dimitris Zlatanidis 2023-04-26 08:24:51 +03:00
parent 003c4a1038
commit 3a6f707f0f

View file

@ -12,4 +12,4 @@ class TomlErrors:
raise SystemExit(f"\n{self.tool_name}: Error: {error}: in the configuration\n"
f"file '{toml_file}', edit the file and check for errors,\n"
f"or if you have upgraded the '{self.tool_name}' maybe you need to run:\n"
f"\n $ slpkg_new-config\n")
f"\n $ slpkg_new-configs\n")