Skip to content

Commit

Permalink
Update common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws authored Nov 8, 2023
1 parent 4a16b1c commit d4237eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cid/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(self, **kwargs) -> None:
set_parameters(kwargs, self.all_yes)
self._logger = None
self.catalog_urls = [
'https://raw.githubusercontent.com/aws-samples/aws-cudos-framework-deployment/dashboards/catalog.yaml',
'https://raw.githubusercontent.com/aws-samples/aws-cudos-framework-deployment/main/dashboards/catalog.yaml',
]

def aws_login(self):
Expand Down

0 comments on commit d4237eb

Please sign in to comment.