Skip to content

Commit 9c23343

Browse files
committed
Update jq-template for speed improvements
1 parent 1d2a1b0 commit 9c23343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apply-templates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ -n "${BASHBREW_SCRIPTS:-}" ]; then
88
jqt="$BASHBREW_SCRIPTS/jq-template.awk"
99
elif [ "$BASH_SOURCE" -nt "$jqt" ]; then
1010
# https://github.com/docker-library/bashbrew/blob/master/scripts/jq-template.awk
11-
wget -qO "$jqt" 'https://github.com/docker-library/bashbrew/raw/00e281f36edd19f52541a6ba2f215cc3c4645128/scripts/jq-template.awk'
11+
wget -qO "$jqt" 'https://github.com/docker-library/bashbrew/raw/9f6a35772ac863a0241f147c820354e4008edf38/scripts/jq-template.awk'
1212
fi
1313

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

0 commit comments

Comments
 (0)