update for RawFilePath changes
This commit is contained in:
parent
ef6d1e3276
commit
fa55a83206
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ makeinfos updated version = do
|
||||||
now <- liftIO getCurrentTime
|
now <- liftIO getCurrentTime
|
||||||
liftIO $ putStrLn $ "building info files"
|
liftIO $ putStrLn $ "building info files"
|
||||||
forM_ updated $ \(f, bv) -> do
|
forM_ updated $ \(f, bv) -> do
|
||||||
v <- lookupFile f
|
v <- lookupFile (toRawFilePath f)
|
||||||
case v of
|
case v of
|
||||||
Nothing -> noop
|
Nothing -> noop
|
||||||
Just k -> whenM (inAnnex k) $ do
|
Just k -> whenM (inAnnex k) $ do
|
||||||
|
|
Loading…
Add table
Reference in a new issue