diff --git a/components/automate-cli/cmd/chef-automate/config.go b/components/automate-cli/cmd/chef-automate/config.go index a39c3c3135eb..ec29d5f87073 100644 --- a/components/automate-cli/cmd/chef-automate/config.go +++ b/components/automate-cli/cmd/chef-automate/config.go @@ -54,7 +54,7 @@ const ( patching = "Config Patch" setting = "Config Set" waitTimeout = "wait-timeout" - automateHaPath = "/hab/var/automate-ha/" + automateHaPath = "/hab/var/automate-ha" ) var configValid = "Config file must be a valid %s config"