Skip to content

Commit

Permalink
fix!: use correct search path
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhodgkiss committed Aug 1, 2024
1 parent 6cc4541 commit 7e441a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config-diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function pre_config_init {
}

function post_config_init {
find_redacted_files "/stack/kayobe-automation-env/src/kayobe-config/etc/kayobe"
find_redacted_files "/src/etc/kayobe"

# Some values are currently determined dynamically from container versions
export KAYOBE_AUTOMATION_CONFIG_DIFF_FLUENTD_BINARY="${KAYOBE_AUTOMATION_CONFIG_DIFF_FLUENTD_BINARY:-td-agent}"
Expand Down

0 comments on commit 7e441a2

Please sign in to comment.