summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-01 11:04:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-01 11:04:19 -0400
commit809f4b841a91ffccf451d1b31a5ca58e7e32d199 (patch)
tree432e6d14df4bf9623ad075d591628978534948bf
parent8815a86c89514575d70da41ccf09f98ab8d988c1 (diff)
use a long note here
-rw-r--r--Command/Sync.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Sync.hs b/Command/Sync.hs
index 0c3804c1f..1fbd9c028 100644
--- a/Command/Sync.hs
+++ b/Command/Sync.hs
@@ -187,7 +187,7 @@ pushRemote remote branch = go =<< needpush
ok <- inRepo $ pushBranch remote branch
unless ok $ do
warning $ unwords [ "Pushing to " ++ Remote.name remote ++ " failed." ]
- showNote "(non-fast-forward problems can be solved by setting receive.denyNonFastforwards to false in the remote's git config)"
+ showLongNote "(non-fast-forward problems can be solved by setting receive.denyNonFastforwards to false in the remote's git config)"
return ok
{- Pushes a regular branch like master to a remote. Also pushes the git-annex