Skip to content

Commit

Permalink
ghproxy: update GHPROXY_ADDRESS to ghgo.xyz
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate committed Dec 21, 2024
1 parent dedfe43 commit fcbad0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions/configuration/main-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ function do_main_configuration() {
declare -g -r GITHUB_SOURCE='https://hub.fastgit.xyz'
;;
ghproxy)
[[ -z $GHPROXY_ADDRESS ]] && GHPROXY_ADDRESS=ghp.ci
[[ -z $GHPROXY_ADDRESS ]] && GHPROXY_ADDRESS=ghgo.xyz
declare -g -r GITHUB_SOURCE="https://${GHPROXY_ADDRESS}/https://github.com"
;;
gitclone)
Expand Down

0 comments on commit fcbad0b

Please sign in to comment.