Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Jun 6, 2024
1 parent 010dd82 commit 4a5982a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/autoscaler/scripts/vars.source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ metricsforwarder_appname="${METRICSFORWARDER_APPNAME}"

export METRICSFORWARDER_HOST="${METRICSFORWARDER_HOST:-"${METRICSFORWARDER_APPNAME}.${SYSTEM_DOMAIN}"}"
debug "METRICSFORWARDER_HOST: ${METRICSFORWARDER_HOST}"
log "set up vars: METRICSFORWRDER_HOST=${METRICSFORWARDER_HOST}"
log "set up vars: METRICSFORWARDER_HOST=${METRICSFORWARDER_HOST}"
metricsforwarder_host="${METRICSFORWARDER_HOST}"

BBL_STATE_PATH="${BBL_STATE_PATH:-$( realpath -e "${root_dir}/../app-autoscaler-env-bbl-state/bbl-state" 2> /dev/null || echo "${root_dir}/../bbl-state/bbl-state" )}"
Expand Down

0 comments on commit 4a5982a

Please sign in to comment.