Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix shebang in rpmspec_changelog #367

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Conversation

ehelms
Copy link
Member

@ehelms ehelms commented Sep 28, 2023

No description provided.

@@ -1,5 +1,3 @@
#!/usr/bin/env python
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ansible modules should have a shebang of #!/usr/bin/python so that some internal magic can replace it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None of our modules have a shebang, this was the only one. So... what are you saying we should do?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ideally? set it for all. but probably change that one here, see it works, then change the others?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@ehelms ehelms merged commit 1451b0d into theforeman:master Sep 28, 2023
10 checks passed
@ekohl ekohl changed the title Remove shebang from module Correct shebang in module Sep 28, 2023
@ekohl ekohl changed the title Correct shebang in module Fix shebang in rpmspec_changelog Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants