8000
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 eefb000 commit 623c004Copy full SHA for 623c004
apply-templates.sh
@@ -10,7 +10,7 @@ if [ -n "${BASHBREW_SCRIPTS:-}" ]; then
10
jqt="$BASHBREW_SCRIPTS/jq-template.awk"
11
elif [ "$BASH_SOURCE" -nt "$jqt" ]; then
12
# https://github.com/docker-library/bashbrew/blob/master/scripts/jq-template.awk
13
- wget -qO "$jqt" 'https://github.com/docker-library/bashbrew/raw/00e281f36edd19f52541a6ba2f215cc3c4645128/scripts/jq-template.awk'
+ wget -qO "$jqt" 'https://github.com/docker-library/bashbrew/raw/9f6a35772ac863a0241f147c820354e4008edf38/scripts/jq-template.awk'
14
fi
15
16
if [ "$#" -eq 0 ]; then
0 commit comments