fix: name clash warning message

Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
Alessio Artoni 2025-05-13 07:25:53 +00:00 committed by GitHub
parent 9fcf6a5cf7
commit 05d5000828
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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