use storeUUIDIn
This commit is contained in:
parent
61b384d2b7
commit
06c04ffe29
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ gen baser u c gc = do
|
|||
case (Git.remoteName baser, v) of
|
||||
(Just remotename, Just c') -> do
|
||||
setGcryptEncryption c' remotename
|
||||
setConfig (remoteConfig baser "uuid") (fromUUID u')
|
||||
storeUUIDIn (remoteConfig baser "uuid") u'
|
||||
setConfig (ConfigKey $ Git.GCrypt.remoteConfigKey "gcrypt-id" remotename) gcryptid
|
||||
gen' r u' c' gc
|
||||
_ -> do
|
||||
|
|
Loading…
Reference in a new issue