This is an automated email from the ASF dual-hosted git repository.
abesto pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2a67d70 Automatic site generation from 3d52fac
2a67d70 is described below
commit 2a67d7069e08de6338f838e331745a5ce00ea3cd
Author: jenkins <[email protected]>
AuthorDate: Fri May 17 06:57:14 2019 +0000
Automatic site generation from 3d52fac
---
quickstart.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/quickstart.sh b/quickstart.sh
index 3634230..ee19b54 100755
--- a/quickstart.sh
+++ b/quickstart.sh
@@ -15,7 +15,7 @@ color_bad=$(tput setaf 1 || true)
color_warn=$(tput setaf 3 || true)
color_reset=$(tput sgr0 || true)
-repo=https://repo.maven.apache.org/maven2
+repo=https://repo1.maven.org/maven2
usage() {
cat <<EOF