update for RawFilePath changes

This commit is contained in:
Joey Hess 2019-12-31 18:01:53 -04:00
parent ef6d1e3276
commit fa55a83206
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -125,7 +125,7 @@ makeinfos updated version = do
now <- liftIO getCurrentTime
liftIO $ putStrLn $ "building info files"
forM_ updated $ \(f, bv) -> do
v <- lookupFile f
v <- lookupFile (toRawFilePath f)
case v of
Nothing -> noop
Just k -> whenM (inAnnex k) $ do