summaryrefslogtreecommitdiff
path: root/.arc-linters/check-cpp.py
diff options
context:
space:
mode:
Diffstat (limited to '.arc-linters/check-cpp.py')
-rwxr-xr-x.arc-linters/check-cpp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.arc-linters/check-cpp.py b/.arc-linters/check-cpp.py
index f9d0552b00..7abbc31219 100755
--- a/.arc-linters/check-cpp.py
+++ b/.arc-linters/check-cpp.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# A linter to warn for ASSERT macros which are separated from their argument
# list by a space, which Clang's CPP barfs on