From 5ac44851bfa971dbf98e9e0f57d2fd6e6368028e Mon Sep 17 00:00:00 2001 From: Adrian Freund Date: Mon, 12 Feb 2024 14:59:12 +0100 Subject: [PATCH] Update docs/configuring.md Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> --- docs/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring.md b/docs/configuring.md index d05b2692c..29f70d4f7 100644 --- a/docs/configuring.md +++ b/docs/configuring.md @@ -1158,7 +1158,7 @@ Migrations are like [tasks][tasks], but each item can have additional keys: is specified the migration will run on every update. - **when** (optional): Specifies a condition that needs to hold for the task to run. - **working_directory** (optional): Specifies the directory in which the command - should be run. Defaults to the destination directory. + will be run. Defaults to the destination directory. If a `str` or `List[str]` is given as a migrator it will be treated as `command` with all other items not present.