Skip to content

Commit 8b16b97

Browse files
authored
UPGRADE.md: fix typo (#3992)
1 parent 1c11bf8 commit 8b16b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
9. Verbosity functions (`isDebug()`, etc) got deleted. Use `output()->isDebug()` instead.
8181
10. `runLocally()` commands are executed relative to the recipe file directory. This behaviour can be overridden via an environment variable:
8282
```
83-
DEPLOYER_ROOT=. vendor/bin/dep taskname`
83+
DEPLOYER_ROOT=. vendor/bin/dep taskname
8484
```
8585
11. Replace `local()` tasks with combination of `once()` and `runLocally()` func.
8686
12. Replace `locateBinaryPath()` with `which()` func.

0 commit comments

Comments
 (0)