clarify comment
Since remotes not being available is a thing, this was confusing.
This commit is contained in:
parent
8dbee28963
commit
f3f40e03b4
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ remoteTypes = map adjustExportImportRemoteType
|
||||||
, Remote.External.remote
|
, Remote.External.remote
|
||||||
]
|
]
|
||||||
|
|
||||||
{- Builds a list of all available Remotes.
|
{- Builds a list of all Remotes.
|
||||||
- Since doing so can be expensive, the list is cached. -}
|
- Since doing so can be expensive, the list is cached. -}
|
||||||
remoteList :: Annex [Remote]
|
remoteList :: Annex [Remote]
|
||||||
remoteList = do
|
remoteList = do
|
||||||
|
|
Loading…
Reference in a new issue