summaryrefslogtreecommitdiff
path: root/Command/Find.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-31 14:32:59 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-31 14:32:59 -0400
commit09905f66559f964ad36dc40da03d4f7f96804a91 (patch)
treeb871c8a2372e6cba00aaa9b707c091f65837016b /Command/Find.hs
parent38195a6363e54874ce072eb2d3ced448e0b68e02 (diff)
parentf0957426c586610d16ad9694e002b73324baa29a (diff)
Merge branch 'autosync'
Diffstat (limited to 'Command/Find.hs')
-rw-r--r--Command/Find.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Find.hs b/Command/Find.hs
index 1961e6b74..0c96369ee 100644
--- a/Command/Find.hs
+++ b/Command/Find.hs
@@ -24,7 +24,7 @@ def = [command "find" paramPaths seek "lists available files"]
seek :: [CommandSeek]
seek = [withFilesInGit $ whenAnnexed start]
-start :: FilePath -> (Key, Backend Annex) -> CommandStart
+start :: FilePath -> (Key, Backend) -> CommandStart
start file (key, _) = do
-- only files inAnnex are shown, unless the user has requested
-- others via a limit