Remove inline comment in misc/alpine-tools.func
This commit is contained in:
parent
f4495280cf
commit
54bbdc180a
@ -317,7 +317,6 @@ fetch_and_deploy_gh_release() {
|
|||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
# The command is the same for all cases other than tarball/source
|
|
||||||
get_url() {
|
get_url() {
|
||||||
printf '%s' "$json" | jq -r '.assets[].browser_download_url' |
|
printf '%s' "$json" | jq -r '.assets[].browser_download_url' |
|
||||||
awk -v p="$pattern" 'BEGIN{IGNORECASE=1} $0 ~ p {print; exit}' |
|
awk -v p="$pattern" 'BEGIN{IGNORECASE=1} $0 ~ p {print; exit}' |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user