Repository: incubator-milagro-mfa-server Updated Branches: refs/heads/master 1b3f5045c -> 595e16cda
Fix milagro-crypto repository URL Project: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-server/commit/595e16cd Tree: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-server/tree/595e16cd Diff: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-server/diff/595e16cd Branch: refs/heads/master Commit: 595e16cdafe7e16d47a8e3f2b138f85e91251974 Parents: 1b3f504 Author: Simeon Aladjem <[email protected]> Authored: Thu Oct 19 14:28:51 2017 +0300 Committer: Simeon Aladjem <[email protected]> Committed: Thu Oct 19 14:28:51 2017 +0300 ---------------------------------------------------------------------- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-server/blob/595e16cd/install.sh ---------------------------------------------------------------------- diff --git a/install.sh b/install.sh index 03df987..777bbf5 100755 --- a/install.sh +++ b/install.sh @@ -33,7 +33,7 @@ function get_crypto { echo "Get Milagro Crypto Libraries" mkdir -p install cd install || exit - git clone https://github.com/miracl/milagro-crypto.git + git clone https://github.com/apache/incubator-milagro-crypto.git milagro-crypto cd milagro-crypto || exit }
