diff options
Diffstat (limited to 'Annex/Branch.hs')
-rw-r--r-- | Annex/Branch.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Branch.hs b/Annex/Branch.hs index 5978260a1..22ab002fe 100644 --- a/Annex/Branch.hs +++ b/Annex/Branch.hs @@ -386,7 +386,7 @@ setIndexSha :: Git.Ref -> Annex () setIndexSha ref = do f <- fromRepo gitAnnexIndexStatus liftIO $ writeFile f $ show ref ++ "\n" - setAnnexPerm f + setAnnexFilePerm f {- Stages the journal into the index and returns an action that will - clean up the staged journal files, which should only be run once |