This commit is contained in:
Dana 2023-03-24 18:49:09 +02:00
parent 0e8e9e9676
commit 2b9e4bf1c9
No known key found for this signature in database
GPG key ID: CE3464681E428690

View file

@ -25,7 +25,7 @@ try {
const filename2 = path.join( __dirname, 'codecovcli_windows.exe'); const filename2 = path.join( __dirname, 'codecovcli_windows.exe');
const execArgs2 = []; const execArgs2 = [];
execArgs2.push( execArgs2.push(
'static-analysis', '--help',
); );
https.get(getBaseUrl(platform, uploaderVersion), (res) => { https.get(getBaseUrl(platform, uploaderVersion), (res) => {
// Image will be stored at this path // Image will be stored at this path