Skip to content

Commit

Permalink
Fix: gs_push_and_create_pull_request has renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Feb 18, 2018
1 parent f7de5a8 commit 3067f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github/commands/pull_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def run_async(self):
if not self.get_upstream_for_active_branch():
if sublime.ok_cancel_dialog(PUSH_PROMPT):
self.window.run_command(
"gs_push_and_create_pull_request",
"gs_github_push_and_create_pull_request",
{"set_upstream": True})

else:
Expand Down Expand Up @@ -200,4 +200,4 @@ class GsGithubPushAndCreatePullRequestCommand(GsPushToBranchNameCommand):

def do_push(self, *args, **kwargs):
super().do_push(*args, **kwargs)
self.window.run_command("gs_create_pull_request")
self.window.run_command("gs_github_create_pull_request")

0 comments on commit 3067f68

Please sign in to comment.