66b42a9f48
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/redfish-finder.git#d9d1d7fcc0526f4733acc13be875d942e3620988
21 lines
536 B
Diff
21 lines
536 B
Diff
commit 59fc5f964bf6971da552d059520d7798fccbd4fc
|
|
Author: Neil Horman <nhorman@hmswarspite.think-freely.org>
|
|
Date: Tue Nov 12 08:53:50 2019 -0500
|
|
|
|
fixup interpreter to be python3
|
|
|
|
This should never have been there, platform-python is an old distro-ism.
|
|
|
|
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
|
|
|
|
diff --git a/redfish-finder b/redfish-finder
|
|
index 6637d92..9a185b3 100644
|
|
--- a/redfish-finder
|
|
+++ b/redfish-finder
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/libexec/platform-python
|
|
+#!/usr/bin/python3
|
|
|
|
import sys
|
|
import os
|