Skip to content

Commit 0ab31a8

Browse files
committed
Typo fix
1 parent 074e91a commit 0ab31a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/scripts/prepare_infra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def print_and_exit(message):
2727
DIGITAL_OCEAN_URL = "https://api.digitalocean.com/v2"
2828

2929
VPC_NAME = "eventsql-benchmarks-vpc"
30-
CONSUMER_MACHINE_NAME = "eventsql-bechmarks-consumer-machine"
30+
CONSUMER_MACHINE_NAME = "eventsql-benchmarks-consumer-machine"
3131
DB_MACHINE_INSTANCES = int(environ.get("DB_MACHINE_INSTANCES", "3"))
3232
db_machine_names = [f"eventsql-benchmarks-db-machine-{i}" for i in range(DB_MACHINE_INSTANCES)]
3333
FIREWALL_NAME = "eventsql-benchmarks-firewall"

0 commit comments

Comments
 (0)