diff --git a/bin/now-alias b/bin/now-alias index 74e0784..1f6be34 100755 --- a/bin/now-alias +++ b/bin/now-alias @@ -60,7 +60,7 @@ const apiUrl = argv.url || 'https://api.zeit.co'; const exit = (code) => { // we give stdout some time to flush out - // because there's a node bug where + // because there's a node bug where // stdout writes are asynchronous // https://github.com/nodejs/node/issues/6456 setTimeout(() => process.exit(code || 0), 100);