diff --git a/read_config b/read_config index 4844158..b0f63d2 100755 --- a/read_config +++ b/read_config @@ -76,7 +76,7 @@ if [ ${read_config_sourced:-1} = "1" ]; then # include only once log_fatal "$func:${LINENO}: customer repository path not set in $cf" fi readonly CUSTOMER_REPOSITORY_PATH="${__r_path}/${CUSTOMER_ID}.git" - log_debug "$func:${LINENO}: customer r-path=$CUSTOMER_REPOSITORY_PATH" + log_debug "$func:${LINENO}: customer-r-path=$CUSTOMER_REPOSITORY_PATH" readonly number_of_zone_groups="$(cat "$cf" | jq -r .zone_group[0])" log_debug "$func:${LINENO}: $number_of_zone_groups zone_group(s)"