diff --git a/stack_orchestrator/data/stacks/blast/deploy/commands.py b/stack_orchestrator/data/stacks/blast/deploy/commands.py index 61434924..62a09bf7 100644 --- a/stack_orchestrator/data/stacks/blast/deploy/commands.py +++ b/stack_orchestrator/data/stacks/blast/deploy/commands.py @@ -17,6 +17,7 @@ from pathlib import Path from shutil import copy + def create(context, extra_args): # Our goal here is just to copy the genesis.json file for blast deployment_config_dir = context.deployment_dir.joinpath("data", "blast-data")