Fix a couple of typos in json config (#10605)

Vault.Encrypt: encryp -> encrypt
SysOBDProcess.Uids: uidsomitempty -> uids,omitempty
This commit is contained in:
Shireesh Anjal
2020-10-01 01:38:11 +05:30
committed by GitHub
parent bea87a5a20
commit 6e138f955e
2 changed files with 2 additions and 2 deletions

View File

@@ -203,7 +203,7 @@ type Usage struct {
// Vault - Fetches the Vault status
type Vault struct {
Status string `json:"status,omitempty"`
Encrypt string `json:"encryp,omitempty"`
Encrypt string `json:"encrypt,omitempty"`
Decrypt string `json:"decrypt,omitempty"`
}