Skip to content

Commit c970a51

Browse files
committed
Update exception statement
Signed-off-by: Divya Madala <divyaasm@amazon.com>
1 parent 07582b0 commit c970a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation_workflow/validation_args.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def __init__(self) -> None:
146146

147147
if args.distribution == "docker":
148148
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")
149+
raise Exception("--osd_build_number argument cannot be provided without specifying opensearch-dashboards in --projects")
150150
if not(args.validate_digest_only) and not(args.using_staging_artifact_only):
151151
raise Exception("Provide either of --validate-digest-only and --using-staging-artifact-only for Docker Validation")
152152

0 commit comments

Comments
 (0)