aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-08-05 07:48:44 +0200
committerGitHub <noreply@github.com>2016-08-05 07:48:44 +0200
commit3174ac16bb11eb49802b69357da92fb97f607d4c (patch)
tree3fdde74e1b445da07d4f03acfb50cc6c40790b7d
parent1cb9e9cec10de96f77880dbbf27259e4f23adbf3 (diff)
parent7201dc58516565582ec484e0352ac803a36e4afa (diff)
Merge pull request #22 from yankcrime/master
Switch out the shebang to invoke python via /usr/bin/env
-rwxr-xr-xforeman_ansible_inventory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/foreman_ansible_inventory.py b/foreman_ansible_inventory.py
index 05c8d42..eefed52 100755
--- a/foreman_ansible_inventory.py
+++ b/foreman_ansible_inventory.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
#
# Copyright (C) 2016 Guido Günther <agx@sigxcpu.org>