diff --git a/index.js b/index.js index f15ea0b..6e1635a 100644 --- a/index.js +++ b/index.js @@ -51,7 +51,8 @@ async function nowDeploy () { } return await exec.exec('npx', [ - `now ${nowArgs}`.trim(), + 'now', + ...(nowArgs.split(/ +/)), '-t', zeitToken, '-m',