1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #3917 from resmo/fix/openshift-inventory-shebang

fixed shebang in openshift inventory
This commit is contained in:
James Cammarata 2013-08-22 13:12:14 -07:00
commit 20a57dcdcb

View file

@ -1,4 +1,4 @@
#!/bin/python #!/usr/bin/env python
# (c) 2013, Michael Scherer <misc@zarb.org> # (c) 2013, Michael Scherer <misc@zarb.org>
# #