summaryrefslogtreecommitdiff
path: root/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in')
-rw-r--r--net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in b/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in
index 0ac0a095638a..913a1ffd5312 100644
--- a/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in
+++ b/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in
@@ -1,9 +1,9 @@
---- collectors/python.d.plugin/python.d.plugin.in.orig 2020-01-30 23:22:27 UTC
+--- collectors/python.d.plugin/python.d.plugin.in.orig 2022-02-03 22:42:27 UTC
+++ collectors/python.d.plugin/python.d.plugin.in
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
'''':;
--pybinary=$(which python || which python3 || which python2)
+-pybinary=$(which python3 || which python || which python2)
+pybinary=%%PYTHON%%
filtered=()
for arg in "$@"