not a phantom type
This commit is contained in:
parent
ff475d71c0
commit
dd31805108
1 changed files with 1 additions and 1 deletions
2
Creds.hs
2
Creds.hs
|
@ -50,7 +50,7 @@ data CredPairStorage = CredPairStorage
|
||||||
-
|
-
|
||||||
- The remote's configuration should have already had a cipher stored in it
|
- The remote's configuration should have already had a cipher stored in it
|
||||||
- if that's going to be done, so that the creds can be encrypted using the
|
- if that's going to be done, so that the creds can be encrypted using the
|
||||||
- cipher. The EncryptionIsSetup phantom type ensures that is the case.
|
- cipher. The EncryptionIsSetup is witness to that being the case.
|
||||||
-}
|
-}
|
||||||
setRemoteCredPair :: EncryptionIsSetup -> RemoteConfig -> RemoteGitConfig -> CredPairStorage -> Maybe CredPair -> Annex RemoteConfig
|
setRemoteCredPair :: EncryptionIsSetup -> RemoteConfig -> RemoteGitConfig -> CredPairStorage -> Maybe CredPair -> Annex RemoteConfig
|
||||||
setRemoteCredPair encsetup c gc storage mcreds = case mcreds of
|
setRemoteCredPair encsetup c gc storage mcreds = case mcreds of
|
||||||
|
|
Loading…
Reference in a new issue