Skip to content

Commit

Permalink
Stricter jinjanator in nginx container
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper committed Sep 26, 2024
1 parent 391bc54 commit 5d15026
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ auto_j2() {
subdir=$(dirname "$relative_path")
mkdir -p "$output_dir/$subdir"
entrypoint_log "$ME: Running jinjanate on $template to $output_path"
jinjanate --quiet "$template" > "$output_path"
jinjanate --quiet --undefined --output-file "$output_path" "$template"
done
}

Expand Down

0 comments on commit 5d15026

Please sign in to comment.