Skip to content

Commit

Permalink
fix: erigon command arg (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Jan 11, 2024
1 parent 0c67998 commit 5ae56a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/el/erigon/erigon_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ def get_config(
if network not in constants.PUBLIC_NETWORKS:
command_arg = [init_datadir_cmd_str, " ".join(cmd)]
command_arg_str = " && ".join(command_arg)
else:
command_arg_str = " ".join(cmd)

return ServiceConfig(
image=image,
Expand Down

0 comments on commit 5ae56a1

Please sign in to comment.