Skip to content

Commit abcb8f9

Browse files
committed
Update jq-template for speed improvements
1 parent 1936476 commit abcb8f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apply-templates.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jqt='.jq-template.awk'
77
if [ -n "${BASHBREW_SCRIPTS:-}" ]; then
88
jqt="$BASHBREW_SCRIPTS/jq-template.awk"
99
elif [ "$BASH_SOURCE" -nt "$jqt" ]; then
10-
wget -qO "$jqt" 'https://github.com/docker-library/bashbrew/raw/5f0c26381fb7cc78b2d217d58007800bdcfbcfa1/scripts/jq-template.awk'
10+
# https://github.com/docker-library/bashbrew/blob/master/scripts/jq-template.awk
11+
wget -qO "$jqt" 'https://github.com/docker-library/bashbrew/raw/9f6a35772ac863a0241f147c820354e4008edf38/scripts/jq-template.awk'
1112
fi
1213

1314
if [ "$#" -eq 0 ]; then

0 commit comments

Comments
 (0)