Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
No make installer fails
Browse files Browse the repository at this point in the history
Repository URL requires https instead of http
  • Loading branch information
petervanderdoes committed Oct 31, 2013
1 parent d226388 commit 6e0d615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes.mdown
Expand Up @@ -41,6 +41,7 @@
* Help text for certain commands is wrong.

* Bugfix: Invalid function call.
* Bugfix: No make installer fails

[John Sivak][jsivak]
* Fix sanity check for release track command.
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitflow-installer.sh
Expand Up @@ -28,7 +28,7 @@ if [ -z "$REPO_NAME" ] ; then
fi

if [ -z "$REPO_HOME" ] ; then
REPO_HOME="http://github.com/petervanderdoes/gitflow.git"
REPO_HOME="https://github.com/petervanderdoes/gitflow.git"
fi

EXEC_PREFIX="$PREFIX"
Expand Down

0 comments on commit 6e0d615

Please sign in to comment.