Skip to content

Commit

Permalink
Fixes 455
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyman727 committed Dec 2, 2015
1 parent bc2c88d commit ea17769
Show file tree
Hide file tree
Showing 3 changed files with 302 additions and 242 deletions.
2 changes: 0 additions & 2 deletions bin/tessel-2.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ var controller = require('../lib/controller');
var init = require('../lib/init');
var key = require('../lib/key');
var logs = require('../lib/logs');
var Tessel = require('../lib/tessel/tessel');
var drivers = require('./tessel-install-drivers');

function makeCommand(commandName) {
Expand All @@ -26,7 +25,6 @@ function makeCommand(commandName) {
required: false,
metavar: 'PRIVATEKEY',
abbr: 'i',
default: Tessel.LOCAL_AUTH_KEY,
help: 'SSH key for authorization with your Tessel'
})
.option('name', {
Expand Down

0 comments on commit ea17769

Please sign in to comment.