This commit is contained in:
Benjamin Dauvergne 2019-03-02 14:06:49 +01:00
parent facbc0e7b3
commit f1d42f4ad0
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ class MyProgressPrinter(git.RemoteProgress):
@redmine.command(name='merge-and-push')
@click.argument('target_branch', default='master')
def merge_and_pus(target_branch):
def merge_and_push(target_branch):
repo = get_repo()
origin = repo.remote()