Skip to content

Commit

Permalink
Fix use of justfile_directory() in readme (#2219)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jul 4, 2024
1 parent 5695384 commit 3e09097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e09097

Please sign in to comment.