Skip to content

Commit

Permalink
UPGRADE.md: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored Jan 9, 2025
1 parent 1c11bf8 commit fc34947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
9. Verbosity functions (`isDebug()`, etc) got deleted. Use `output()->isDebug()` instead.
10. `runLocally()` commands are executed relative to the recipe file directory. This behaviour can be overridden via an environment variable:
```
DEPLOYER_ROOT=. vendor/bin/dep taskname`
DEPLOYER_ROOT=. vendor/bin/dep taskname
```
11. Replace `local()` tasks with combination of `once()` and `runLocally()` func.
12. Replace `locateBinaryPath()` with `which()` func.
Expand Down

0 comments on commit fc34947

Please sign in to comment.