Fix bug in deploy setup (#526)

This commit is contained in:
David Boreham 2023-09-04 19:33:36 -06:00 committed by GitHub
parent 4197d39b0c
commit d505664781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"