diff --git a/cmd/system.go b/cmd/system.go index 63839e322..55cd1bcae 100644 --- a/cmd/system.go +++ b/cmd/system.go @@ -180,7 +180,7 @@ func (s *SystemHelper) Initialise() error { return s.setup() } -// SystemConfig - Defines system wode configuration data +// SystemConfig - Defines system wide configuration data type SystemConfig struct { Name string `json:"name"` Email string `json:"email"`