From 7ea0a6479e98ca7b1940235a7ccafefab82722e3 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Thu, 4 Jul 2024 10:09:04 -0700 Subject: [PATCH] Fix use of `justfile_directory()` in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc4d866e86..997db56e5e 100644 --- a/README.md +++ b/README.md @@ -1489,7 +1489,7 @@ For example, to run a command relative to the location of the current ```just script: - ./{{justfile_directory()}}/scripts/some_script + {{justfile_directory()}}/scripts/some_script ``` #### Source and Source Directory