Skip to content

Commit

Permalink
Add a todo statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj committed Apr 23, 2024
1 parent 97a7068 commit db62350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps_validation/catalog_reader/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def get_app_version_details(
('chart_metadata', 'Chart.yaml', yaml.safe_load),
('app_metadata', 'metadata.yaml', yaml.safe_load),
('schema', 'questions.yaml', yaml.safe_load),
('readme', 'README.md', markdown.markdown),
('readme', 'README.md', markdown.markdown), # TODO: This has been changed, make sure json schema accounts for it
('changelog', 'CHANGELOG.md', markdown.markdown),
):
if os.path.exists(os.path.join(version_path, filename)):
Expand Down

0 comments on commit db62350

Please sign in to comment.