From 3a6f707f0f01fae22dde7c1d76dc116e406119b2 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 26 Apr 2023 08:24:51 +0300 Subject: [PATCH] Fixed typo --- slpkg/toml_error_message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")