We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a92805 + 10d507a commit df230dbCopy full SHA for df230db
1 file changed
docs/recipe/common.md
@@ -96,7 +96,7 @@ run('echo $KEY', env: ['KEY' => 'over']);
96
Path to `.env` file which will be used as environment variables for each command per `run()`.
97
98
```php
99
-set('dotenv', '{{current_path}}/.env');
+set('dotenv', '{{release_or_current_path}}/.env');
100
```
101
102
```php title="Default value"
0 commit comments