From 6f992a3cf7d52de5511219bb6b738889f188227f Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 21 Jan 2019 13:36:04 +0100 Subject: [PATCH] fixed suppressed --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 88ea1e80..ab291428 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -638,7 +638,7 @@ tasks: - echo "Hello World" ``` -`ignore_error` can also be set for a task, which mean errors will be supressed +`ignore_error` can also be set for a task, which mean errors will be suppressed for all commands. But keep in mind this option won't propagate to other tasks called either by `deps` or `cmds`!