Skip to content

Commit

Permalink
hack: improve portability of bootimage script
Browse files Browse the repository at this point in the history
Not everyone has python3 installed into /usr/bin/.
  • Loading branch information
crawford committed Jan 16, 2020
1 parent 45de9b9 commit efaeb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-rhcos-bootimage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# Usage: ./hack/update-rhcos-bootimage.py https://releases-art-rhcos.svc.ci.openshift.org/storage/releases/ootpa/410.8.20190401.0/meta.json
import codecs,os,sys,json,argparse
import urllib.parse
Expand Down

0 comments on commit efaeb0c

Please sign in to comment.