Skip to content

Commit

Permalink
Updates quickstart to comply with ASF policy (#13)
Browse files Browse the repository at this point in the history
https://www.apache.org/dev/release-distribution.html#maven says we aren't allowed to point to ASF repos
  • Loading branch information
adriancole authored May 17, 2019
1 parent 52d9176 commit 3d52fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d52fac

Please sign in to comment.