We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2641828 + 200d42b commit 4e474b8Copy full SHA for 4e474b8
cli/config.py
@@ -1726,7 +1726,7 @@ def save_config(self, config: Dict) -> None:
1726
'# Deploy command:\n'
1727
f'{section_deploy_command}\n\n'
1728
'# Do not update this file!\n'
1729
- '# To update parameter_overrides or tags for this deployment, use the generate script:\n'
+ '# To update parameter_overrides or tags for this deployment, use the config script:\n'
1730
f'# python3 {section_pystr}\n'
1731
)
1732
0 commit comments