Skip to content

Commit

Permalink
Fix bug in deploy setup (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
dboreham authored Sep 5, 2023
1 parent 4197d39 commit d505664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/data/stacks/mainnet-laconic/deploy/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def setup(command_context: DeployCommandContext, parameters: LaconicStackSetupCo
if options.debug:
print(f"parameters: {parameters}")

phase = _phase_from_params()
phase = _phase_from_params(parameters)

network_dir = Path(parameters.network_dir).absolute()
laconicd_home_path_in_container = "/laconicd-home"
Expand Down

0 comments on commit d505664

Please sign in to comment.