Skip to content

Commit

Permalink
update module shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Jul 21, 2024
1 parent a51e5d3 commit 03dd13d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/journal.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright: (C) 2023, AnsibleGuy <guy@ansibleguy.net>
# GNU General Public License v3.0+ (see https://www.gnu.org/licenses/gpl-3.0.txt)
Expand Down

0 comments on commit 03dd13d

Please sign in to comment.