From fd4ce656d5b2bd59debf08c7e9e4e7232c57dc8b Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 21 Jan 2019 13:33:19 +0100 Subject: [PATCH 1/2] fixed Snapcraft --- docs/releasing_task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releasing_task.md b/docs/releasing_task.md index e385994e..80bdbe32 100644 --- a/docs/releasing_task.md +++ b/docs/releasing_task.md @@ -22,7 +22,7 @@ the binaries: * Updating the current version on [snapcraft.yaml][snapcraftyaml]; * Moving both `i386` and `amd64` new artifacts to the stable channel on -the [Snapscraft dashboard][snapcraftdashboard] +the [Snapcraft dashboard][snapcraftdashboard] # Scoop 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 2/2] 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`!