mirror of
https://github.com/rancher/os.git
synced 2025-09-01 23:04:41 +00:00
Fix golint errors
This commit is contained in:
@@ -6,6 +6,5 @@ import (
|
||||
)
|
||||
|
||||
func IsSystemContainer(serviceConfig *composeConfig.ServiceConfig) bool {
|
||||
return serviceConfig.Labels[config.SCOPE] == config.SYSTEM
|
||||
|
||||
return serviceConfig.Labels[config.ScopeLabel] == config.System
|
||||
}
|
||||
|
Reference in New Issue
Block a user