Skip to content

Commit

Permalink
cli: fix jstp import statement, fixes #129
Browse files Browse the repository at this point in the history
  • Loading branch information
lundibundi committed May 5, 2017
1 parent add9325 commit 7a9d0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// TODO: support jstp://server and jstps://server

const jstp = require('.');
const jstp = require('../');
const readline = require('readline');

const commandProcessor = {};
Expand Down

0 comments on commit 7a9d0a9

Please sign in to comment.