This commit is contained in:
Joey Hess 2023-05-11 13:26:55 -04:00
parent 02cfef1f91
commit 1904cebbb3
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -48,7 +48,7 @@ check = do
revhead = inRepo $ Git.Command.pipeReadStrict revhead = inRepo $ Git.Command.pipeReadStrict
[Param "rev-parse", Param "--abbrev-ref", Param "HEAD"] [Param "rev-parse", Param "--abbrev-ref", Param "HEAD"]
seek :: CommandParams -> CommandSeek seek :: CmdParams -> CommandSeek
seek = withNothing $ do seek = withNothing $ do
withFilesNotInGit withFilesNotInGit
(CheckGitIgnore False) (CheckGitIgnore False)