Skip to content

Commit

Permalink
Fix broken CLI (tediousjs#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksimek committed Apr 25, 2017
1 parent 39e2db4 commit 65a0fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const fs = require('fs')
const path = require('path')
const sql = require('./main')
const sql = require('./tedious')

const exit = process.exit
const write = text => process.stdout.write(text)
Expand Down

0 comments on commit 65a0fd8

Please sign in to comment.