diff options
Diffstat (limited to 'Command/Whereis.hs')
-rw-r--r-- | Command/Whereis.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Whereis.hs b/Command/Whereis.hs index f62d34642..d4d268d93 100644 --- a/Command/Whereis.hs +++ b/Command/Whereis.hs @@ -22,12 +22,12 @@ seek :: [CommandSeek] seek = [withValue (remoteMap id) $ \m -> withFilesInGit $ whenAnnexed $ start m] -start :: (M.Map UUID Remote) -> FilePath -> (Key, Backend) -> CommandStart +start :: M.Map UUID Remote -> FilePath -> (Key, Backend) -> CommandStart start remotemap file (key, _) = do showStart "whereis" file next $ perform remotemap key -perform :: (M.Map UUID Remote) -> Key -> CommandPerform +perform :: M.Map UUID Remote -> Key -> CommandPerform perform remotemap key = do locations <- keyLocations key (untrustedlocations, safelocations) <- trustPartition UnTrusted locations |