Skip to content

Commit ced51fd

Browse files
committed
Merge branch 'fix/local-collector-env-override' into dockerify
2 parents 45dc8fb + 2492281 commit ced51fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure-environment.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -947,11 +947,11 @@ main() {
947947
exit 1
948948
fi
949949

950-
# Set default optional variables
951-
set_default_optional_variables "$ENV_FILE_PATH"
952-
953950
# Source the environment file to ensure all variables are available for validation
954951
source "$ENV_FILE_PATH"
952+
953+
# Set default optional variables
954+
set_default_optional_variables "$ENV_FILE_PATH"
955955

956956
# Validate environment
957957
validate_environment

0 commit comments

Comments
 (0)