Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
Missing default callback on pull-request merge
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren committed Jun 7, 2013
1 parent 22cb4f9 commit d7cd0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cmds/pull-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ PullRequest.prototype.run = function() {
options: options
});

instance.merge();
instance.merge(logger.defaultCallback);
}

if (options.fwd) {
Expand Down

0 comments on commit d7cd0b1

Please sign in to comment.