We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07582b0 commit c970a51Copy full SHA for c970a51
src/validation_workflow/validation_args.py
@@ -146,7 +146,7 @@ def __init__(self) -> None:
146
147
if args.distribution == "docker":
148
if args.osd_build_number != "latest" and "opensearch-dashboards" not in args.projects:
149
- raise Exception("osd_build_number argument cannot be provided without specifying opensearch-dashboards in --projects")
+ raise Exception("--osd_build_number argument cannot be provided without specifying opensearch-dashboards in --projects")
150
if not(args.validate_digest_only) and not(args.using_staging_artifact_only):
151
raise Exception("Provide either of --validate-digest-only and --using-staging-artifact-only for Docker Validation")
152
0 commit comments