Skip to content

Commit

Permalink
v6.0.1 Pessimistic deconstruction
Browse files Browse the repository at this point in the history
  • Loading branch information
redaphid / royvandewater committed Feb 13, 2017
1 parent 1c376e0 commit fd8b851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion command-generate-token.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class GenerateToken extends BaseCommand
@parseOptions()
meshbluHttp = @getMeshbluHttp()

meshbluHttp.generateAndStoreTokenWithOptions @uuid, {@tag}, (error, {uuid, token}) =>
meshbluHttp.generateAndStoreTokenWithOptions @uuid, {@tag}, (error, {uuid, token}={}) =>
return @die error if error?
newMeshbluConfig = _.extend {}, @getMeshbluConfig(), {uuid, token}
console.log JSON.stringify(newMeshbluConfig, null, 2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meshblu-util",
"version": "6.0.0",
"version": "6.0.1",
"description": "Utils for managing Meshblu devices",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit fd8b851

Please sign in to comment.