mirror of
https://github.com/minio/minio.git
synced 2025-11-28 13:09:09 -05:00
Fix a couple of typos in json config (#10605)
Vault.Encrypt: encryp -> encrypt SysOBDProcess.Uids: uidsomitempty -> uids,omitempty
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user