Skip to content

Commit b69f81d

Browse files
authored
Change shebang of the script to python3
This is for system where python-is-python3 is not installed.
1 parent f9d21e9 commit b69f81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ninjatracing

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# Copyright 2018 Nico Weber
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)