Skip to content

Commit

Permalink
Use correct git URL for installation
Browse files Browse the repository at this point in the history
The URL wasn't updated during repository migration from a personal account
to the Bees Hive organization. As I still have a fork, installation works,
but it installs the obsolete version.

Now, the installation will use the correct git  repository and always use
the latest version of Elegant Git.

is not always up to date.
  • Loading branch information
extsoft committed Oct 4, 2019
1 parent e3ecb44 commit 3cc98c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ./install.bash /installation/path src installs to "installation/path" from local sources
set -e

REPO_HOME="https://github.com/extsoft/elegant-git.git"
REPO_HOME="https://github.com/bees-hive/elegant-git.git"

copy(){
local FROM=${1}
Expand Down

0 comments on commit 3cc98c4

Please sign in to comment.