Skip to content

Commit

Permalink
update ...
Browse files Browse the repository at this point in the history
  • Loading branch information
ImreSamu committed Oct 30, 2023
1 parent c4ef5c3 commit e59f748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions apply-templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ fi

jqf='.template-helper-functions.jq'
if [ -n "${BASHBREW_SCRIPTS:-}" ]; then
jqf="$BASHBREW_SCRIPTS/template-helper-functions.jq"
elif [ "$BASH_SOURCE" -nt "$jqf" ]; then
wget -qO "$jqf" 'https://github.com/docker-library/bashbrew/raw/master/scripts/template-helper-functions.jq'
jqf="$BASHBREW_SCRIPTS/template-helper-functions.jq"
elif [ "${BASH_SOURCE[0]}" -nt "$jqf" ]; then
wget -qO "$jqf" 'https://github.com/docker-library/bashbrew/raw/master/scripts/template-helper-functions.jq'
fi

if [ "$#" -eq 0 ]; then
Expand Down

0 comments on commit e59f748

Please sign in to comment.