Skip to content

Commit 668ea9c

Browse files
committed
Merge branch 'fix/local-collector-env-override' into dockerify
2 parents a81e096 + 35516e3 commit 668ea9c

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
@@ -946,12 +946,12 @@ main() {
946946
exit 1
947947
fi
948948

949-
# Source the environment file to ensure all variables are available for validation
950-
source "$ENV_FILE_PATH"
951-
952949
# Set default optional variables
953950
set_default_optional_variables "$ENV_FILE_PATH"
954951

952+
# Source the environment file to ensure all variables are available for validation
953+
source "$ENV_FILE_PATH"
954+
955955
# Validate environment
956956
validate_environment
957957

0 commit comments

Comments
 (0)