diff options
Diffstat (limited to 'Command/Sync.hs')
-rw-r--r-- | Command/Sync.hs | 2 |
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 |