aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-09-25 16:30:53 +0100
committerAdam Spiers <git@adamspiers.org>2015-09-25 16:30:53 +0100
commitbd9ed690b5f8d30c58e8d5d08dea6cdf18eccd97 (patch)
treec7664619cec7a2969ae6b292ec709febd1c6b037
parent5b03014ccaf27e4945d1adcd5ab17b512feb5c76 (diff)
downloadgit-deps-bd9ed690b5f8d30c58e8d5d08dea6cdf18eccd97.tar.gz
add .py extension for Code Climate
-rw-r--r--README.md2
-rwxr-xr-xgit-deps.py (renamed from git-deps)0
2 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 940873a..f86f12c 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,7 @@ packages for it. For example, on openSUSE, just do:
Then just symlink `git-deps` so it's anywhere on your `$PATH`, e.g.
- ln -s /path/to/git-deps/repo/git-deps ~/bin
+ ln -s /path/to/git-deps/repo/git-deps.py ~/bin/git-deps
If you want to use the shiny new graph visualization web server
functionality, you will need to install some dependencies:
diff --git a/git-deps b/git-deps.py
index d28c85e..d28c85e 100755
--- a/git-deps
+++ b/git-deps.py