Skip to content

Commit

Permalink
Update utils/ansible_playbook_to_role.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 authored Feb 13, 2024
1 parent 87d3d00 commit a5a3052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/ansible_playbook_to_role.py
Original file line number Diff line number Diff line change
@@ -445,7 +445,7 @@ def _remote_content(self, filepath):
# We want the raw string to compare against _local_content

# New repos use main instead of master
branch='master'
branch = 'master'
if "rhel9" in self.remote_repo.full_name:
branch = 'main'

0 comments on commit a5a3052

Please sign in to comment.