Skip to content

Commit

Permalink
fix: Another gulp bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikGartner committed Jan 1, 2016
1 parent b6aa4ee commit 000165c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ gulp.task('push-changes', function (cb) {
});

gulp.task('push-tags', function (cb) {
git.push('origin', 'master', {args: '--tags'}, cb);
$.git.push('origin', 'master', {args: '--tags'}, cb);
});

gulp.task('github-release', function(done) {
Expand Down

0 comments on commit 000165c

Please sign in to comment.