From 7201dc58516565582ec484e0352ac803a36e4afa Mon Sep 17 00:00:00 2001 From: Nick Jones Date: Thu, 4 Aug 2016 22:48:44 +0100 Subject: Switch out the shebang to invoke python via /usr/bin/env Figure out the correct location of python via env, thus ensuring that this script plays nice with things like pyenv. --- foreman_ansible_inventory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3