Skip to content

Commit

Permalink
fixed what branch it's being pushed to
Browse files Browse the repository at this point in the history
  • Loading branch information
Maumasi committed Oct 21, 2016
1 parent 5da1619 commit a1b6889
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 @@ -36,7 +36,7 @@ gulp.task('commit', () => {
// remote is the remote repo
// branch is the remote branch to push to
gulp.task('push', () => {
git.push('origin', 'newLogger', (err) => {
git.push('origin', 'master', (err) => {
if (err) throw err;
});
});
Expand Down

0 comments on commit a1b6889

Please sign in to comment.