plumb RemoteGitConfig through to decryptCipher
This commit is contained in:
parent
22c174158c
commit
b9ce477fa2
16 changed files with 49 additions and 45 deletions
|
@ -123,7 +123,7 @@ s3Setup' new u mcreds c gc
|
|||
return (fullconfig, u)
|
||||
|
||||
defaulthost = do
|
||||
(c', encsetup) <- encryptionSetup c
|
||||
(c', encsetup) <- encryptionSetup c gc
|
||||
c'' <- setRemoteCredPair encsetup c' gc (AWS.creds u) mcreds
|
||||
let fullconfig = c'' `M.union` defaults
|
||||
when new $
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue