Skip to content

Commit

Permalink
Change python to python3
Browse files Browse the repository at this point in the history
Addressing:
*** ERROR: ambiguous python shebang in /usr/bin/oscap-bootc: #!/usr/bin/env python. Change it to python3 (or python2) explicitly.
  • Loading branch information
jan-cerny committed Oct 22, 2024
1 parent afe3b67 commit 967892c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/oscap-bootc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Copyright 2024 Red Hat Inc., Durham, North Carolina.
#
Expand Down

0 comments on commit 967892c

Please sign in to comment.