diff options
Diffstat (limited to 'Annex/Direct.hs')
-rw-r--r-- | Annex/Direct.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Annex/Direct.hs b/Annex/Direct.hs index 55bff785c..733cb9356 100644 --- a/Annex/Direct.hs +++ b/Annex/Direct.hs @@ -79,6 +79,7 @@ addDirect file cache = do let source = KeySource { keyFilename = file , contentLocation = file + , inodeCache = Just cache } got =<< genKey source =<< chooseBackend file where |