diff --git a/automation/cloudflared-sync.sh b/automation/cloudflared-sync.sh index 1d90ac8..79b19ae 100644 --- a/automation/cloudflared-sync.sh +++ b/automation/cloudflared-sync.sh @@ -1,7 +1,7 @@ # CONFIG ORIGINAL_FILE="../infra/cloudflared/values.yaml" MERGED_FILE="../infra/cloudflared/values.yaml" -ls -l ../ +ls -l ../../ GENERATED_FILE="generated-values/cloudflared-values.yaml" echo "🔁 Merging new entries into: $ORIGINAL_FILE"