Skip to content

Commit

Permalink
GRAFFITI can be undefined (#1974)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Oct 29, 2024
1 parent f872ced commit eddd4e7
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 @@ -3815,7 +3815,7 @@ config() {
__var=FEE_RECIPIENT
__update_value_in_env "${__var}" "${!__var}" "${__env_file}"
__var=GRAFFITI
__update_value_in_env "${__var}" "${!__var}" "${__env_file}"
__update_value_in_env "${__var}" "${!__var-}" "${__env_file}"
__var=CL_NODE
__update_value_in_env "${__var}" "${!__var}" "${__env_file}"
__var=RAPID_SYNC_URL
Expand Down

0 comments on commit eddd4e7

Please sign in to comment.