Skip to content

Commit 8b5482a

Browse files
[automatic] Update docs with bin/docgen
1 parent ac46152 commit 8b5482a

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
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)