From fc349478eb1cc35af06bac61c8df66ff54125a00 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Thu, 9 Jan 2025 17:00:25 +0100 Subject: [PATCH] UPGRADE.md: fix typo --- docs/UPGRADE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UPGRADE.md b/docs/UPGRADE.md index 781d0b61e..f63e33e75 100644 --- a/docs/UPGRADE.md +++ b/docs/UPGRADE.md @@ -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.