Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
Haseeb Majid committed Nov 25, 2023
1 parent 934c24d commit 57377ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mk/tools/taskfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57377ea

Please sign in to comment.