summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-02-13 01:53:04 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-02-13 01:53:04 +0100
commit7e7d211de0db4b6c6ad7c721e2be3374d9c1987d (patch)
tree46994aa8bd26a3585fb1b81a04b2f5509f7171f8
parentcdb20187518e73ce8de96f57e9c5aca1357d6430 (diff)
downloadpsutil-7e7d211de0db4b6c6ad7c721e2be3374d9c1987d.tar.gz
fix #1688: use python3 in GIT commit hook hashbang
-rwxr-xr-xscripts/internal/.git-pre-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/internal/.git-pre-commit b/scripts/internal/.git-pre-commit
index c7d7d1ff..621879df 100755
--- a/scripts/internal/.git-pre-commit
+++ b/scripts/internal/.git-pre-commit
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright (c) 2009 Giampaolo Rodola'. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be