separate remote names with commas

This commit is contained in:
Joey Hess 2010-10-22 15:21:23 -04:00
parent 5b4272aba3
commit 26005d23ba

View file

@ -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]