diff --git a/slpkg/toml_error_message.py b/slpkg/toml_error_message.py index 8c97ea7a..82e6bf2f 100644 --- a/slpkg/toml_error_message.py +++ b/slpkg/toml_error_message.py @@ -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")