From 3f1887316b6f9e2e45f47b59d001fd21736895e5 Mon Sep 17 00:00:00 2001 From: Paul Montero Date: Thu, 17 May 2018 17:00:49 -0500 Subject: [PATCH] Set widely used header for python for different OS --- contrib/inventory_builder/inventory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/inventory_builder/inventory.py b/contrib/inventory_builder/inventory.py index 94e5c7c35..3ed14cbe3 100644 --- a/contrib/inventory_builder/inventory.py +++ b/contrib/inventory_builder/inventory.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at