diff --git a/services/licensemanager/ServiceState.go b/services/licensemanager/ServiceState.go index 7b8d3204..f0a07046 100644 --- a/services/licensemanager/ServiceState.go +++ b/services/licensemanager/ServiceState.go @@ -9,7 +9,7 @@ import ( // ServicesAllowedStatesLocation is the location where we put where services are enabled/disabled // Keep it as a var to be used for monkey patching in unit tests -var ServicesAllowedStatesLocation = "/etc/config" +var ServicesAllowedStatesLocation = "/etc/config/" // ServiceState is used for setting the service state type ServiceState struct {