forked from OSchip/llvm-project
[git-clang-format] Change run line from python to python3
Several systems no longer ship `python`. Differential Revision: https://reviews.llvm.org/D124280
This commit is contained in:
parent
a45764f2f9
commit
c94a02e0e2
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
#===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===#
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue