diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-23 17:08:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-23 17:08:11 -0400 |
commit | 22243b87d2a43d6fd82581ef70a0537cb8ae8661 (patch) | |
tree | a98d4a67052f80cf48c62d28810e895c6fca0a40 /Upgrade | |
parent | 1686f60f8481e996291a5970b2217bc1d64f635d (diff) |
layout
Diffstat (limited to 'Upgrade')
-rw-r--r-- | Upgrade/V2.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Upgrade/V2.hs b/Upgrade/V2.hs index 9d32764e7..57a2ba789 100644 --- a/Upgrade/V2.hs +++ b/Upgrade/V2.hs @@ -53,7 +53,7 @@ upgrade = do showLongNote $ "git-annex branch created\n" ++ - "Now you should push the new branch: git push origin git-annex" + "Now you should push the new branch: git push origin git-annex\n" return True |