fix typo
authorJoey Hess <joeyh@joeyh.name>
Thu, 11 May 2023 17:26:55 +0000 (13:26 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 11 May 2023 17:26:55 +0000 (13:26 -0400)
Command/Uninit.hs

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