typo
This commit is contained in:
parent
de564df8b3
commit
45e5cc63b5
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ getUrlCredential = runCredential "fill" . urlCredential
|
|||
-- | Call if the credential the user entered works, and can be cached for
|
||||
-- later use if git is configured to do so.
|
||||
approveUrlCredential :: Credential -> Repo -> IO ()
|
||||
approveUrlCredential c = void . runCredential "accept" c
|
||||
approveUrlCredential c = void . runCredential "approve" c
|
||||
|
||||
-- | Call if the credential the user entered does not work.
|
||||
rejectUrlCredential :: Credential -> Repo -> IO ()
|
||||
|
|
Loading…
Reference in a new issue