Skip to content

Commit

Permalink
fixes #546
Browse files Browse the repository at this point in the history
  • Loading branch information
Frijol committed Feb 8, 2016
1 parent 2837f6c commit 8b3f6be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/tessel-2.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ parser.command('install-drivers')
require('./tessel-install-drivers');
drivers.install()
.then(module.exports.closeSuccessfulCommand, module.exports.closeFailedCommand);
});
})
.help('Install drivers');

parser.command('provision')
.callback(callControllerCallback('provisionTessel'))
Expand Down

0 comments on commit 8b3f6be

Please sign in to comment.