Skip to content

Commit

Permalink
Fix: Use proper require path
Browse files Browse the repository at this point in the history
  • Loading branch information
heikki authored and phated committed Dec 21, 2017
1 parent 50027d4 commit 360381e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function gulp3(env) {

function gulp4(env) {
var logTasks = require('./lib/log/tasks');
var logEvents = require('./lib/logEvents');
var logEvents = require('./lib/log/events');
var logTasksSimple = require('./lib/log/tasksSimple');

var gulpInst = require(env.modulePath);
Expand Down

0 comments on commit 360381e

Please sign in to comment.