specify python3; it's more compatible on linux
This commit is contained in:
parent
65f79d7ed7
commit
11bd667e9f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
"""A wrapper script around clang-format, suitable for linting multiple files
|
||||
and to use for continuous integration.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue