From d3365ac89db1251a04d4a30cec2a86fab5f006a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?n=CE=B9c=D0=BDola=D1=95=20w=CE=B9lde?= Date: Tue, 6 Sep 2022 11:22:38 -0700 Subject: [PATCH] fix: commit parentheis and ignore error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nιcнolaѕ wιlde --- Taskfile.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index 2c3543a11..ac8638044 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -117,7 +117,8 @@ tasks: commit: desc: Commit new cook files. cmds: - - ./scripts/commit.sh "{{shellQuote .FILES }}" + - cmd: ./scripts/commit.sh {{shellQuote .FILES }} + ignore_error: true yamllint: desc: Run yamllint cmds: