From f3f40e03b4d31c94d73c2a8dd1e5acd971313300 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 4 Jun 2024 14:29:24 -0400 Subject: [PATCH] clarify comment Since remotes not being available is a thing, this was confusing. --- Remote/List.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/List.hs b/Remote/List.hs index 71e33f7763..a266f2d2f2 100644 --- a/Remote/List.hs +++ b/Remote/List.hs @@ -65,7 +65,7 @@ remoteTypes = map adjustExportImportRemoteType , 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. -} remoteList :: Annex [Remote] remoteList = do