From 8edb23c289e9c6029787737404f9d8476924d2a0 Mon Sep 17 00:00:00 2001 From: ibrahim0814 Date: Tue, 12 Nov 2019 11:59:01 -0800 Subject: [PATCH] fix curl cmmd --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 537082f..6a13110 100644 --- a/index.js +++ b/index.js @@ -22,7 +22,7 @@ try { const payload = JSON.stringify(github.context.payload, undefined, 2) console.log(`The event payload: ${payload}`); - const command = `curl <(bash https://codecov.io) -t ${token} -n ${name} -F ${flags} -f ${file}` + const command = `curl <(bash https://codecov.io/bash) -t ${token} -n ${name} -F ${flags} -f ${file}` exec(command, (err, stdout, stderr) => { if (err) { //some err occurred