Skip to content

Commit 03dd13d

Browse files
committed
update module shebangs
1 parent a51e5d3 commit 03dd13d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/modules/journal.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/python
2+
# -*- coding: utf-8 -*-
23

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

0 commit comments

Comments
 (0)