Skip to content

Commit

Permalink
Fix whitespace in yes-or-no question
Browse files Browse the repository at this point in the history
  • Loading branch information
DarwinAwardWinner authored and sigma committed Jan 15, 2012
1 parent 2b65a09 commit 691aa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magit.el
Expand Up @@ -3983,7 +3983,7 @@ typing and automatically refreshes the status buffer."
(let ((set-upstream-on-push (and (not ref-branch)
(or (eq magit-set-upstream-on-push 'dontask)
(and (eq magit-set-upstream-on-push t)
(yes-or-no-p "Set upstream while pushing?"))))))
(yes-or-no-p "Set upstream while pushing? "))))))
(if (and (not branch-remote)
(not current-prefix-arg))
(magit-set push-remote "branch" branch "remote"))
Expand Down

0 comments on commit 691aa6f

Please sign in to comment.