Skip to content

Commit

Permalink
Fix keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
allenh1 committed Dec 23, 2017
1 parent 6981e84 commit 612c38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superflore/generators/bitbake/ros_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ def commit_changes(self, distro):

def pull_request(self, message, distro):
pr_title = 'rosdistro sync, {0}'.format(time.ctime())
self.repo.pull_request(message, pr_title, target_branch=distro)
self.repo.pull_request(message, pr_title, branch=distro)

0 comments on commit 612c38d

Please sign in to comment.