diff --git a/.fixme-new/config b/.fixme-new/config index 6bc4806f..0e84ef57 100644 --- a/.fixme-new/config +++ b/.fixme-new/config @@ -29,6 +29,6 @@ fixme-file-comments "*.scm" ";" fixme-comments ";" "--" -; update +update diff --git a/fixme-new/lib/Fixme/Run.hs b/fixme-new/lib/Fixme/Run.hs index 32c74974..8295274d 100644 --- a/fixme-new/lib/Fixme/Run.hs +++ b/fixme-new/lib/Fixme/Run.hs @@ -184,7 +184,7 @@ listCommits = do let cmd = [qc|git {gd} log --all --format="%H '%cn' '%ce' %ct" {days}|] - -- FIXME: git-di + -- FIXME: git-dir gitRunCommand cmd <&> fromRight mempty <&> LBS8.lines