mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 09:39:01 +00:00
Remove redundant else
This commit is contained in:
parent
3c0cba290c
commit
7b5e703f50
@ -7,7 +7,6 @@ from thefuck.types import Command
|
||||
def output(request):
|
||||
if not request.param:
|
||||
return ''
|
||||
else:
|
||||
return '''fatal: The current branch {} has no upstream branch.
|
||||
To push the current branch and set the remote as upstream, use
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user