fix bad paste of field name
This commit is contained in:
parent
91eed85fd4
commit
8d7dc76dff
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ cipherField :: RemoteConfigField
|
|||
cipherField = "cipher"
|
||||
|
||||
cipherkeysField :: RemoteConfigField
|
||||
cipherkeysField = "cipher"
|
||||
cipherkeysField = "cipherkeys"
|
||||
|
||||
pubkeysField :: RemoteConfigField
|
||||
pubkeysField = "pubkeys"
|
||||
|
|
Loading…
Add table
Reference in a new issue