Fix use of justfile_directory() in readme (#2219)

This commit is contained in:
Casey Rodarmor 2024-07-04 10:11:30 -07:00 committed by GitHub
parent 5695384271
commit 3e0909701c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1489,7 +1489,7 @@ For example, to run a command relative to the location of the current
```just ```just
script: script:
./{{justfile_directory()}}/scripts/some_script {{justfile_directory()}}/scripts/some_script
``` ```
#### Source and Source Directory #### Source and Source Directory