Skip to content

Commit 360381e

Browse files
heikkiphated
authored andcommitted
Fix: Use proper require path
1 parent 50027d4 commit 360381e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ function gulp3(env) {
165165

166166
function gulp4(env) {
167167
var logTasks = require('./lib/log/tasks');
168-
var logEvents = require('./lib/logEvents');
168+
var logEvents = require('./lib/log/events');
169169
var logTasksSimple = require('./lib/log/tasksSimple');
170170

171171
var gulpInst = require(env.modulePath);

0 commit comments

Comments
 (0)