Skip to content

Commit

Permalink
Fix EL_NODE during RocketPool config (#2047)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Jan 29, 2025
1 parent cdd98d3 commit 23d5931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethd
Original file line number Diff line number Diff line change
Expand Up @@ -3939,7 +3939,7 @@ config() {
__var=COMPOSE_FILE
__update_value_in_env "${__var}" "${!__var-}" "${__env_file}"
__var=EL_NODE
__update_value_in_env "${__var}" "${!__var-}" "${__env_file}"
__update_value_in_env "${__var}" "${!__var:-"http://execution:8551"}" "${__env_file}"
__var=JWT_SECRET
__update_value_in_env "${__var}" "${!__var-}" "${__env_file}"
__var=NETWORK
Expand Down

0 comments on commit 23d5931

Please sign in to comment.