Skip to content

Commit f00f284

Browse files
authored
Merge pull request swiftlang#40207 from apple/fix_python_lint
Update python_lint shebang to 'python3'
2 parents 83e3ae8 + 05fc4f1 commit f00f284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/python_lint.py

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

33
# This source file is part of the Swift.org open source project
44
#

0 commit comments

Comments
 (0)