Skip to content

Commit

Permalink
refactor(gen): change port prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
saschakiefer committed Feb 3, 2014
1 parent cce6a9e commit 377a80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Expand Up @@ -119,7 +119,7 @@

var prompts = [{
name: "localServerPort",
message: "Local server port?",
message: "What port should the local server use?",
default: "8080"
}];

Expand Down

0 comments on commit 377a80f

Please sign in to comment.