diff options
Diffstat (limited to 'Annex/Content/Direct.hs')
-rw-r--r-- | Annex/Content/Direct.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Content/Direct.hs b/Annex/Content/Direct.hs index e6a9b5eda..86e053d7f 100644 --- a/Annex/Content/Direct.hs +++ b/Annex/Content/Direct.hs @@ -257,7 +257,7 @@ annexSentinalFile :: Annex SentinalFile annexSentinalFile = do sentinalfile <- fromRepo gitAnnexInodeSentinal sentinalcachefile <- fromRepo gitAnnexInodeSentinalCache - return $ SentinalFile + return SentinalFile { sentinalFile = sentinalfile , sentinalCacheFile = sentinalcachefile } |