diff options
Diffstat (limited to 'Command/List.hs')
-rw-r--r-- | Command/List.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/List.hs b/Command/List.hs index fda8f3dc7..12c27c022 100644 --- a/Command/List.hs +++ b/Command/List.hs @@ -22,7 +22,7 @@ import Logs.UUID import Annex.UUID import qualified Option import qualified Annex -import Git.Remote +import Git.Types (RemoteName) def :: [Command] def = [noCommit $ withOptions [allrepos] $ command "list" paramPaths seek |