Skip to content

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Aug 15, 2014
1 parent edc5e08 commit c9a17dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var argv = minimist(process.argv.slice(2), {
'version'
],
default: {
port: 8000
port: 9000
}
})

Expand Down

0 comments on commit c9a17dd

Please sign in to comment.