Browse Source

the 'now' installation (#590)

master
Igor Klopov 8 years ago
committed by Leo Lamprecht
parent
commit
cea8aea3c0
  1. 2
      download/src/index.js

2
download/src/index.js

@ -30,7 +30,7 @@ async function main() {
fs.writeFileSync(
now,
'#!/usr/bin/env node\n' +
'console.log("Please wait until \'now\' installation completes!")\n'
'console.log("Please wait until the \'now\' installation completes!")\n'
)
onDeath(() => {

Loading…
Cancel
Save