Skip to content

Conversation

@TravisStark
Copy link
Contributor

@TravisStark TravisStark commented Jul 28, 2025

Description of the issue

Missing space in validator command arguments

Description of changes

• Added missing space between --validator-config and
--preparation-mode flags in Windows validator provisioner commands

Old:

"${local.install_validator} --validator-config=${module.validator.instance_validator_config}--preparation-mode=true"

New:

"${local.install_validator} --validator-config=${module.validator.instance_validator_config} --preparation-mode=true",

License

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@TravisStark TravisStark requested a review from a team as a code owner July 28, 2025 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant