separate remote names with commas
This commit is contained in:
parent
5b4272aba3
commit
26005d23ba
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue