Browse Source

now: wrap path in quotes

master
Guillermo Rauch 9 years ago
parent
commit
9ada816fbc
  1. 2
      bin/now

2
bin/now

@ -62,7 +62,7 @@ async function sync (token) {
const clipboard = !program.noClipboard;
const start = Date.now();
console.log(`> Deploying ${path}`);
console.log(`> Deploying "${path}"`);
const now = new Now(token, { debug });

Loading…
Cancel
Save