Skip to content

Commit df230db

Browse files
Merge branch 'master' into patch-1
2 parents 8a92805 + 10d507a commit df230db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipe/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ run('echo $KEY', env: ['KEY' => 'over']);
9696
Path to `.env` file which will be used as environment variables for each command per `run()`.
9797

9898
```php
99-
set('dotenv', '{{current_path}}/.env');
99+
set('dotenv', '{{release_or_current_path}}/.env');
100100
```
101101

102102
```php title="Default value"

0 commit comments

Comments
 (0)