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 60f7750 commit d81fc15Copy full SHA for d81fc15
acme.sh
@@ -7082,7 +7082,7 @@ _getRepoHash() {
7082
_hash_path=$1
7083
shift
7084
_hash_url="${PROJECT_API:-https://api.github.com/repos/acmesh-official}/$PROJECT_NAME/git/refs/$_hash_path"
7085
- _get $_hash_url | tr -d "\r\n" | tr '{},' '\n\n\n' | grep '"sha":' | cut -d '"' -f 4
+ _get "$_hash_url" "" 30 | tr -d "\r\n" | tr '{},' '\n\n\n' | grep '"sha":' | cut -d '"' -f 4
7086
}
7087
7088
_getUpgradeHash() {
0 commit comments