diff --git a/src/mk/tools/taskfile.py b/src/mk/tools/taskfile.py index 82b29b5..bf675c2 100644 --- a/src/mk/tools/taskfile.py +++ b/src/mk/tools/taskfile.py @@ -38,7 +38,7 @@ def is_present(self, path: Path) -> bool: self.executable = shutil.which(taskfile) or shutil.which("task") or "" if not self.executable: logging.error( - f"{taskfile} config found but the tool is not installed. See https://taskfile.dev/installation/", + "%s config found but the tool is not installed. See https://taskfile.dev/installation/", taskfile ) sys.exit(1) return True