summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Dobrawy <ad-m@users.noreply.github.com>2019-12-17 23:04:30 +0100
committerDaniel Watkins <oddbloke@ubuntu.com>2019-12-17 17:04:29 -0500
commit77c5a6522b288cea9e88991cc5b3bad6174fde6f (patch)
treed915c791c4f86fa852edea871a2d694ab24a5524
parent2267cd31443d2c1032190102dd4b6011076ed182 (diff)
downloadcloud-init-git-77c5a6522b288cea9e88991cc5b3bad6174fde6f.tar.gz
tools: Detect python to use via env in migrate-lp-user-to-github
Reduce incosistency and allow use virtualenv for launchpad packages.
-rwxr-xr-xtools/migrate-lp-user-to-github2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/migrate-lp-user-to-github b/tools/migrate-lp-user-to-github
index cbb34695..1c058183 100755
--- a/tools/migrate-lp-user-to-github
+++ b/tools/migrate-lp-user-to-github
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
"""Link your Launchpad user to github, proposing branches to LP and Github"""
from argparse import ArgumentParser