summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Remotes.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remotes.hs b/Remotes.hs
index cb8f4d131..0e7dd31ea 100644
--- a/Remotes.hs
+++ b/Remotes.hs
@@ -25,7 +25,7 @@ import Core
{- Human visible list of remotes. -}
list :: [Git.Repo] -> String
-list remotes = join " " $ map Git.repoDescribe remotes
+list remotes = join ", " $ map Git.repoDescribe remotes
{- Cost ordered list of remotes that the LocationLog indicate may have a key. -}
withKey :: Key -> Annex [Git.Repo]