revert warning message from 05d5000828

This commit is contained in:
aartoni 2025-05-15 17:10:04 +02:00
parent 3d87bd855e
commit e8fc478396

View file

@ -258,7 +258,7 @@ function __environment_variables_from_files() {
# Skip sourcing from `__FILE` if ENV is already set:
if [[ -v TARGET_ENV ]]; then
_log 'warn' "Ignoring '${TARGET_ENV_NAME}' since '${ENV_WITH_FILE_REF}' is also set"
_log 'warn' "ENV value will not be sourced from '${ENV_WITH_FILE_REF}' since '${TARGET_ENV_NAME}' is already set"
continue
fi