summaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex.hs')
-rw-r--r--Annex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex.hs b/Annex.hs
index abb7bff6e..5a7274ca1 100644
--- a/Annex.hs
+++ b/Annex.hs
@@ -86,7 +86,7 @@ gitPrep :: GitRepo -> IO ()
gitPrep repo = do
-- configure git to use union merge driver on state files
let attrLine = stateLoc ++ "/*.log merge=union"
- attributes <- gitAttributes repo
+ let attributes = gitAttributes repo
exists <- doesFileExist attributes
if (not exists)
then do