Skip to content

Commit

Permalink
fix s08 array
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Feb 25, 2025
1 parent d6f54ad commit e60a75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/helpers_emba_defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ set_defaults() {
S08_MODULES_ARR+=( "S08_submodule_rust_cargo_lock_parser" )
S08_MODULES_ARR+=( "S08_submodule_node_js_package_lock_parser" )
S08_MODULES_ARR+=( "S08_submodule_c_conanfile_txt_parser" )
echo "S08_MODULES_ARR=(${S08_MODULES_ARR[@]})"
echo "S08_MODULES_ARR=(${S08_MODULES_ARR[*]})"
} > "${INVOCATION_PATH}/config/.env" 2>/dev/null # store that into env file
else
print_output "[DEBUG] env already set" # TODO this is an error state make it print proper
Expand Down

0 comments on commit e60a75d

Please sign in to comment.