syntax error fix

This commit is contained in:
ibrahim0814
2020-03-04 21:59:13 -08:00
parent 94278ffe1b
commit a6d365dd4c
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@@ -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}`

View File

@@ -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}`