Skip to content

Commit

Permalink
Fix deploy paths
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyman727 committed Oct 2, 2015
1 parent 3de829c commit f958940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tessel/tessel.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ Tessel.prototype.simpleExec = function(command) {
});
};

Tessel.PUSH_PATH = '/app';
Tessel.RUN_PATH = '/tmp/remote-script';
Tessel.PUSH_PATH = '/app/';
Tessel.RUN_PATH = '/tmp/remote-script/';

module.exports = Tessel;

Expand Down

0 comments on commit f958940

Please sign in to comment.