Commit 4e0cbce2 authored by Mark Tyneway's avatar Mark Tyneway Committed by Andreas Bigger

genesis: add clarifying comment

parent e2b4ec81
......@@ -63,6 +63,7 @@ var Subcommands = cli.Commands{
config.SetDeployments(deployments)
}
// Do the check after setting the deployments
if err := config.Check(); err != nil {
return fmt.Errorf("deploy config at %s invalid: %w", deployConfig, err)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment