Skip to content

Commit

Permalink
Fixing grunt complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyman727 committed Nov 24, 2015
1 parent 08ab6b1 commit c0cd7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ controller.root = function(opts) {
// We must already be authorized
opts.authorized = true;
return controller.standardTesselCommand(opts, function(tessel) {
logs.info("Starting SSH Session on Tessel.");
logs.info('Starting SSH Session on Tessel.');
return new Promise(function(resolve, reject) {
tessel.lanConnection.ssh.shell(function(err, stream) {
if (err) {
Expand Down

0 comments on commit c0cd7f8

Please sign in to comment.