We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83f72ea + 29e22ef commit afb9ae0Copy full SHA for afb9ae0
1 file changed
gitutils.py
@@ -69,7 +69,7 @@ def delete_branch(branch, force=False):
69
origin_name, branch_name = parts
70
execute_git('push %s :%s' % (origin_name, branch_name))
71
else:
72
- print 'Don\'t knod how to delete %s' % branch
+ print 'Don\'t know how to delete %s' % branch
73
74
execute_git('branch %s %s' % ('-D' if force else '-d', branch))
75
0 commit comments