Default EXISTING_OPS_FILE and EXISTING_WHITELIST_FILE to SYNC_FILE_MERGE_LIST (#3042)

This commit is contained in:
Geoff Bourne
2024-08-12 17:57:18 -05:00
committed by GitHub
parent 6d9c6d64e2
commit cea839aa67
2 changed files with 6 additions and 6 deletions

View File

@@ -2,8 +2,8 @@
set -euo pipefail
IFS=$'\n\t'
: "${EXISTING_OPS_FILE:=MERGE}"
: "${EXISTING_WHITELIST_FILE:=MERGE}"
: "${EXISTING_OPS_FILE:=SYNC_FILE_MERGE_LIST}"
: "${EXISTING_WHITELIST_FILE:=SYNC_FILE_MERGE_LIST}"
# shellcheck source=start-utils
. "${SCRIPTS:-/}start-utils"