mirror of
https://github.com/pgsty/minio.git
synced 2026-08-07 16:21:14 +03:00
Fix a couple of typos in json config (#10605)
Vault.Encrypt: encryp -> encrypt SysOBDProcess.Uids: uidsomitempty -> uids,omitempty
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ type SysOBDProcess struct {
|
||||
Tgid int32 `json:"tgid,omitempty"`
|
||||
Threads map[int32]*cpu.TimesStat `json:"threadstats,omitempty"`
|
||||
Times *cpu.TimesStat `json:"cputimes,omitempty"`
|
||||
Uids []int32 `json:"uidsomitempty"`
|
||||
Uids []int32 `json:"uids,omitempty"`
|
||||
Username string `json:"username,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user