diff --git a/.github/helper-bot/index.js b/.github/helper-bot/index.js index 63e3988..39fd32c 100644 --- a/.github/helper-bot/index.js +++ b/.github/helper-bot/index.js @@ -85,7 +85,7 @@ function getProtocolVersion () { } async function fetchLatest () { - if (!fs.existsSync('./results.json')) cp.execSync(`curl -L ${latestVesionEndpoint} -o results.json`, { stdio: 'inherit', shell: true }) + if (!fs.existsSync('./results.json')) cp.execSync(`curl -L "${latestVesionEndpoint}" -o results.json`, { stdio: 'inherit', shell: true }) const json = require('./results.json') const result = json.results[0] // console.log(json)