fix bad paste of field name

This commit is contained in:
Joey Hess 2019-10-11 13:05:25 -04:00
parent 91eed85fd4
commit 8d7dc76dff
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -47,7 +47,7 @@ cipherField :: RemoteConfigField
cipherField = "cipher"
cipherkeysField :: RemoteConfigField
cipherkeysField = "cipher"
cipherkeysField = "cipherkeys"
pubkeysField :: RemoteConfigField
pubkeysField = "pubkeys"