Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
minor spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simalexan committed Aug 18, 2017
1 parent 50390ba commit 3429fee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/scotty.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ function cmd(console) {

function beamUp (args, region, console) {
return scotty(args.source, args.bucket, region, args.website, args.spa, args.update, args.force, args.quiet, console)
.then(endpoint => clipboardy.write(endpoint)).then(() => process.exit(1))
.then(endpoint => clipboardy.write(endpoint))
.then(() => process.exit(1))
.catch(() => process.exit(1))
}

Expand Down

0 comments on commit 3429fee

Please sign in to comment.