Skip to content

Commit

Permalink
Fix collection review link
Browse files Browse the repository at this point in the history
  • Loading branch information
amywieliczka committed Jan 10, 2024
1 parent 330245c commit bc16055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/utils_by_mapper_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def validate_endpoint_task(url, mapped_versions, params=None):
)
print(
f"Review collection data at: "
"https://{bucket}.s3.us-west-2.amazonaws.com/index.html"
f"https://{bucket}.s3.us-west-2.amazonaws.com/index.html"
f"#{collection['mapped_version'].rstrip('/')}/data/"
)

Expand Down

0 comments on commit bc16055

Please sign in to comment.