Skip to content

Commit

Permalink
working dir defaults to null
Browse files Browse the repository at this point in the history
  • Loading branch information
joestewart committed Feb 2, 2024
1 parent 4bf95d6 commit 090365b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tasks/securitychecker/composeraudit.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ grumphp:
locked: true
no_dev: false
run_always: false
working_dir: ./
working_dir: null
```
**format**
Expand Down Expand Up @@ -44,6 +44,6 @@ When this option is set to `false`, the task will only run when the `composer.lo

**working_dir**

*Default: ./*
*Default: null

If your `composer.lock` file is located in an exotic location, you can specify the location with this option. By default, the task will try to load a `composer.lock` file in the current directory.

0 comments on commit 090365b

Please sign in to comment.