Skip to content

Commit 783f8c2

Browse files
author
Adam C. Foltzer
committed
provide IdxNotUsed argument to merged command
1 parent e90c3b1 commit 783f8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Development/GitRev.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ gitCommitCount =
120120
-- | Return the commit date of the current head
121121
gitCommitDate :: ExpQ
122122
gitCommitDate =
123-
stringE =<< runGit ["log", "HEAD", "-1", "--format=%cd"] "UNKNOWN"
123+
stringE =<< runGit ["log", "HEAD", "-1", "--format=%cd"] "UNKNOWN" IdxNotUsed

0 commit comments

Comments
 (0)