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 1e3174f commit f180919Copy full SHA for f180919
apply-templates.sh
@@ -7,7 +7,8 @@ jqt='.jq-template.awk'
7
if [ -n "${BASHBREW_SCRIPTS:-}" ]; then
8
jqt="$BASHBREW_SCRIPTS/jq-template.awk"
9
elif [ "$BASH_SOURCE" -nt "$jqt" ]; then
10
- wget -qO "$jqt" 'https://github.com/docker-library/bashbrew/raw/ac3e8e9541cb362a579b05bec41dd40d1df1c6e6/scripts/jq-template.awk'
+ # 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'
12
fi
13
14
if [ "$#" -eq 0 ]; then
0 commit comments