Skip to content

Commit 89b0f1f

Browse files
committed
Fix display of port where codebox is running
1 parent 3e5ba13 commit 89b0f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/codebox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ program
6969
})
7070
.then(function(email) {
7171
var token = opts.users[email] || Math.random().toString(36).substring(7);
72-
var url = "http://localhost/"+opts.port;
72+
var url = "http://localhost/"+options.port;
7373

7474
console.log("\nCodebox is running at", url);
7575

0 commit comments

Comments
 (0)