1
0
Fork 0

Fix failing windows test

pull/1353/head
Lovepreet Singh 2023-02-20 18:50:26 +00:00
parent bc713ab90d
commit 7c15bf6f40
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ async function getVersion(
additionalArgs.push('--version')
core.debug(`Checking ${app} ${additionalArgs.join(' ')}`)
try {
await exec.exec(`${app}`, additionalArgs, {
await exec.exec(`${app} `, additionalArgs, {
ignoreReturnCode: true,
silent: true,
listeners: {