We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0e15c commit fe4113dCopy full SHA for fe4113d
acme.sh
@@ -7075,7 +7075,7 @@ installOnline() {
7075
_getRepoHash() {
7076
_hash_path=$1
7077
shift
7078
- _hash_url="https://api.github.com/repos/acmesh-official/$PROJECT_NAME/git/refs/$_hash_path"
+ _hash_url="${PROJECT_API:-https://api.github.com/repos/acmesh-official}/$PROJECT_NAME/git/refs/$_hash_path"
7079
_get $_hash_url | tr -d "\r\n" | tr '{},' '\n\n\n' | grep '"sha":' | cut -d '"' -f 4
7080
}
7081
0 commit comments