Skip to content

Commit

Permalink
chore: fix fancy log usage
Browse files Browse the repository at this point in the history
  • Loading branch information
lbenie committed Apr 27, 2018
1 parent ae91735 commit ecf790f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gulp.task('release', done =>
if (err) {
log.error(err.message);
} else {
log.log('RELEASE FINISHED SUCCESSFULLY');
log('RELEASE FINISHED SUCCESSFULLY');
}
done(err);
}));
Expand Down

0 comments on commit ecf790f

Please sign in to comment.