Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Mar 21, 2024
1 parent 25589f8 commit 34e62aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/zkevm_databases.star
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def start_peripheral_databases(plan, args):
)

# Start agglayer database.
start_postgres_db(
_start_postgres_db(
plan,
name=args["zkevm_db_agglayer_hostname"] + args["deployment_suffix"],
port=args["zkevm_db_postgres_port"],
Expand All @@ -90,7 +90,7 @@ def start_peripheral_databases(plan, args):
)

# Start dac database.
start_postgres_db(
_start_postgres_db(
plan,
name=args["zkevm_db_dac_hostname"] + args["deployment_suffix"],
port=args["zkevm_db_postgres_port"],
Expand Down

0 comments on commit 34e62aa

Please sign in to comment.