Skip to content

Commit

Permalink
fix dat
Browse files Browse the repository at this point in the history
  • Loading branch information
joehand committed Apr 30, 2017
1 parent c152a3f commit e9d4b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var neatLog = require('neat-log')
var output = require('neat-log/output')
var view = require('./ui')

var dat = require('./')
var Dat = require('./')

process.title = 'dat-next'

Expand Down Expand Up @@ -37,7 +37,7 @@ function runDat (state, bus) {
state.title = 'Starting Dat program...'
bus.emit('render')

dat(src, dest, argv, function (err, dat) {
Dat(src, dest, argv, function (err, dat) {
if (err) {
bus.clear()
console.error('ERROR:', err)
Expand Down

0 comments on commit e9d4b5e

Please sign in to comment.