From 884f5053a0891cb0c71030e224aae578044e37d9 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Sun, 28 Jul 2019 10:19:40 +0200 Subject: [PATCH] Fix typo in cirrus script --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 98e24147..ad52a97f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -14,4 +14,4 @@ task: upload_coverage_task: name: Upload coverage depends_on: [task] - format_coverage_task: tool/upload_coverage.sh \ No newline at end of file + format_coverage_script: tool/upload_coverage.sh \ No newline at end of file