From 0a896bdf39ac367159e6e06a10126a87f5053619 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 29 Aug 2018 09:20:25 -0400 Subject: [PATCH] fix syntax --- Config/Smudge.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/Smudge.hs b/Config/Smudge.hs index 0b129240b6..3ef7d4b2fe 100644 --- a/Config/Smudge.hs +++ b/Config/Smudge.hs @@ -14,7 +14,7 @@ import qualified Git.Command import Config configureSmudgeFilter :: Annex () -configureSmudgeFilter = unlessM (fromRepo Git.repoIsLocalBare) $ +configureSmudgeFilter = unlessM (fromRepo Git.repoIsLocalBare) $ do -- If this is run in a newly cloned repository, git may not have -- cached file information in the index yet, and so after -- configuring the clean filter, the next git status would want to