summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmber Rose <emberrose@google.com>2021-11-11 18:32:11 +0000
committerEmber Rose <emberrose@google.com>2021-11-11 18:32:14 +0000
commite0287ddf91496e65915fd701559b402bb46d905b (patch)
treebc40932100385b82c124856746e4b21176c71ed4
parentfce950fe022421894f63ae7c827c9275edf7d811 (diff)
downloadktlint-e0287ddf91496e65915fd701559b402bb46d905b.tar.gz
Update ktlint.py hashbang to Python 3
Change-Id: I3b3b5064c8d52ddd241785914ae1e58b8d2150e1 Test: Run ktlint as a repo hook Bug: 186749906
-rwxr-xr-xktlint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ktlint.py b/ktlint.py
index 72adbab..008721d 100755
--- a/ktlint.py
+++ b/ktlint.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
#
# Copyright 2017, The Android Open Source Project