Skip to content

Commit

Permalink
use python3 env for clang check script (#3116)
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight authored Jun 23, 2023
1 parent b8dd0fc commit 6bc5ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ brew 'swiftlint'
brew 'carthage'
brew 'rbenv'
brew 'pre-commit'
brew 'python3'
2 changes: 1 addition & 1 deletion scripts/check-clang-format.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# This is taken from: https://github.com/Sarcasm/run-clang-format

Expand Down

0 comments on commit 6bc5ae5

Please sign in to comment.