aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--magit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/magit.el b/magit.el
index a9fcfac..5de4fba 100644
--- a/magit.el
+++ b/magit.el
@@ -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"))