comment format
Lint Checks / Run linter (push) Failing after 4s
Details
Lint Checks / Run linter (push) Failing after 4s
Details
parent
c92f15f47c
commit
2252252072
|
|
@ -17,6 +17,7 @@
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from shutil import copy
|
from shutil import copy
|
||||||
|
|
||||||
|
|
||||||
def create(context, extra_args):
|
def create(context, extra_args):
|
||||||
# Our goal here is just to copy the genesis.json file for blast
|
# Our goal here is just to copy the genesis.json file for blast
|
||||||
deployment_config_dir = context.deployment_dir.joinpath("data", "blast-data")
|
deployment_config_dir = context.deployment_dir.joinpath("data", "blast-data")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue