From 3e0909701c171178ec95d57f44554a058a3e92f6 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Thu, 4 Jul 2024 10:11:30 -0700 Subject: [PATCH] Fix use of `justfile_directory()` in readme (#2219) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc4d866..997db56 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