From a6d365dd4c03ed47b636b01679258450e04731f4 Mon Sep 17 00:00:00 2001 From: ibrahim0814 Date: Wed, 4 Mar 2020 21:59:13 -0800 Subject: [PATCH] syntax error fix --- dist/index.js | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 41af6d4..5f8ba43 100644 --- a/dist/index.js +++ b/dist/index.js @@ -20852,7 +20852,7 @@ try { } const execArgs = ["codecov.sh"]; - const testExecArgs = ["bash", "<(curl", "-s", "https://codecov.io/bash)"] + const testExecArgs = ["<(curl", "-s", "https://codecov.io/bash)"] if (file) { execArgs.push( "-f", `${file}` diff --git a/index.js b/index.js index af6bac2..fd8dd2a 100644 --- a/index.js +++ b/index.js @@ -63,7 +63,7 @@ try { } const execArgs = ["codecov.sh"]; - const testExecArgs = ["bash", "<(curl", "-s", "https://codecov.io/bash)"] + const testExecArgs = ["<(curl", "-s", "https://codecov.io/bash)"] if (file) { execArgs.push( "-f", `${file}`