commit | 76ec133f9d2a643a930c05b126e5673f4c2c5f75 | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@3rdcloud.com> | 周一 7月 09 14:38:01 2012 +0200 |
committer | Vincent Driessen <vincent@3rdcloud.com> | 周一 7月 09 14:38:01 2012 +0200 |
tree | 0b0a1b6d666743970517e452ff93cebc5d39291d | |
parent | c7e50eed6ed23002778bcaaccd70c4e91a7d5cea [diff] |
Revert changes installer location.
diff --git a/contrib/gitflow-installer.sh b/contrib/gitflow-installer.sh index 68dcec0..0e92ffc 100644 --- a/contrib/gitflow-installer.sh +++ b/contrib/gitflow-installer.sh
@@ -17,7 +17,7 @@ fi if [ -z "$REPO_HOME" ] ; then - REPO_HOME="http://github.com/vedang/gitflow.git" + REPO_HOME="http://github.com/nvie/gitflow.git" fi EXEC_FILES="git-flow"