Skip to content

Commit

Permalink
client_forge example: enable forge
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcap committed Jan 23, 2016
1 parent a660451 commit bf04af2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/client_forge/client_forge.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if(process.argv.length < 4 || process.argv.length > 6) {
}

var client = mc.createClient({
forge: true,
host: process.argv[2],
port: parseInt(process.argv[3]),
username: process.argv[4] ? process.argv[4] : "echo",
Expand Down

0 comments on commit bf04af2

Please sign in to comment.