summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorMartin Thomson <mt@lowentropy.net>2023-01-12 22:29:39 +0000
committerMartin Thomson <mt@lowentropy.net>2023-01-12 22:29:39 +0000
commit1947c1e2edd1bb7553b8434873b3ae89638c1ec7 (patch)
tree2029b743ba4d547913f271c4a3d74faf9d481966 /automation
parentead84df4a812f10f9d4a3e0417f507cdb7f0c2d2 (diff)
downloadnss-hg-1947c1e2edd1bb7553b8434873b3ae89638c1ec7.tar.gz
Bug 1766767 - Move scripts to python3, r=nss-reviewers,jschanck
Differential Revision: https://phabricator.services.mozilla.com/D166506
Diffstat (limited to 'automation')
-rwxr-xr-xautomation/release/nss-release-helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/release/nss-release-helper.py b/automation/release/nss-release-helper.py
index 9e6ab9868..da8f334ee 100755
--- a/automation/release/nss-release-helper.py
+++ b/automation/release/nss-release-helper.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.