diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2020-03-27 10:26:31 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-04-08 09:27:16 -0400 |
commit | d8fd798c776e785c6a43a727df19c786e019cc52 (patch) | |
tree | e162148b9add5db13e50ab20c062e74ba7778d75 /bin | |
parent | ad7c2458ac2691efee98f3c46b1e41093d0e60b3 (diff) | |
download | sos-d8fd798c776e785c6a43a727df19c786e019cc52.tar.gz |
[binary] Set python3 as the interpreter
Since sos-4.0 is py3 only, set the interpreset of the binary as such
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/sos | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # This file is part of the sos project: https://github.com/sosreport/sos # # This copyrighted material is made available to anyone wishing to use, |