aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Spiers <github@adamspiers.org>2016-06-14 21:28:27 +0100
committerGitHub <noreply@github.com>2016-06-14 21:28:27 +0100
commit78ff5718f35021b1c1992395fc2faa72488b5631 (patch)
tree2b865d3e7c871950da7e1b92404d30b58361c345
parent1585048d503d295c4484ee5fec945a4c7841fb22 (diff)
parent018befc41ca0aa3331cc88f647f93517aa509627 (diff)
downloadgit-deps-78ff5718f35021b1c1992395fc2faa72488b5631.tar.gz
Merge pull request #59 from Emantor/master
Explicitly require python2
-rwxr-xr-xgit-deps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-deps.py b/git-deps.py
index 234d92a..5fe66bc 100755
--- a/git-deps.py
+++ b/git-deps.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
#
# git-deps - automatically detect dependencies between git commits
# Copyright (C) 2013 Adam Spiers <git@adamspiers.org>