mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Update python_lint shebang to 'python3'
With the Python 3 changes to the repo, the linter now needs to be called with python3 explicitly, so that there are no syntax errors.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# This source file is part of the Swift.org open source project
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user