Skip to content

Commit

Permalink
MFW-2513 Threat prevention api fail (#151)
Browse files Browse the repository at this point in the history
version: bug
  • Loading branch information
cvarga-arista authored Apr 12, 2023
1 parent 7746115 commit 7539710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/licensemanager/ServiceState.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7539710

Please sign in to comment.