diff --git a/contrib/gitflow-installer.sh b/contrib/gitflow-installer.sh index 0e92ffcef..10d0b54a7 100644 --- a/contrib/gitflow-installer.sh +++ b/contrib/gitflow-installer.sh @@ -17,7 +17,7 @@ if [ -z "$REPO_NAME" ] ; then fi if [ -z "$REPO_HOME" ] ; then - REPO_HOME="http://github.com/nvie/gitflow.git" + REPO_HOME="https://github.com/nvie/gitflow" fi EXEC_FILES="git-flow"