Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
echlebek committed May 14, 2024
1 parent 2448544 commit a1744b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ function setup_config() {
fi

if [[ -n "${OPAMP_API_URL}" ]]; then
write_opamp_endpoint "${OPAMP_API_URL}" "${CONFIG_PATH}" "${EXT_INDENDATION}"
write_opamp_endpoint "${OPAMP_API_URL}" "${CONFIG_PATH}" "${EXT_INDENTATION}"
fi

if [[ -n "${FIELDS}" ]]; then
Expand Down

0 comments on commit a1744b0

Please sign in to comment.