Skip to content

Commit

Permalink
removed slash at end
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul-Az <aazeez@progress.com>
  • Loading branch information
iamazzeez committed Aug 2, 2023
1 parent 70f8442 commit 4cfc92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/automate-cli/cmd/chef-automate/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4cfc92e

Please sign in to comment.