Skip to content

Commit

Permalink
Fixed truthiness in hipaa profile
Browse files Browse the repository at this point in the history
Fixed pep8 blank line between function definitions issue from codeclimate
  • Loading branch information
sej7278 committed Jan 14, 2025
1 parent e2393da commit aadf1b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build-scripts/verify_references.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def is_remote_feed(href):
href.startswith('security-oval-oval-definitions-bookworm') or \
href.startswith("oval-org.almalinux")


def main():
global exit_value
(options, args) = parse_options()
Expand Down
2 changes: 1 addition & 1 deletion products/almalinux9/profiles/hipaa.profile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
documentation_complete: True
documentation_complete: true

metadata:
SMEs:
Expand Down

0 comments on commit aadf1b9

Please sign in to comment.