Skip to content

Commit 05d5000

Browse files
aartonipolarathene
andauthored
fix: name clash warning message
Co-authored-by: Brennan Kinney <[email protected]>
1 parent 9fcf6a5 commit 05d5000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

target/scripts/startup/variables-stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ function __environment_variables_from_files() {
260260

261261
# Skip sourcing form `__FILE` if ENV is already set:
262262
if [[ -n "${!TARGET_ENV}" ]]; then
263-
_log 'warn' "Ignoring ${TARGET_ENV} since ${ENV_WITH_FILE_REF} is also set"
263+
_log 'warn' "ENV value will not be sourced from '${ENV_WITH_FILE_REF}' since '${TARGET_ENV}' is already set"
264264
continue
265265
fi
266266

0 commit comments

Comments
 (0)