Skip to content

Commit

Permalink
Update justfile()/justfile_directory() doc wording
Browse files Browse the repository at this point in the history
  • Loading branch information
rminderhoud committed Nov 19, 2020
1 parent 0bc86dc commit 202080c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -508,11 +508,11 @@ build:

==== Justfile and Justfile Directory

- `justfile()` - Retrieves the path to the current justfile
- `justfile()` - Retrieves the path of the current justfile.

- `justfile_directory()` - Retrieves the path to the parent directory of the current justfile
- `justfile_directory()` - Retrieves the path of the parent directory of the current justfile.

For example, if you need to run a command relative to the current justfile, you could do the following:
For example, to run a command relative to the location of the current justfile:

```
script:
Expand Down

0 comments on commit 202080c

Please sign in to comment.