Skip to content

Commit

Permalink
Remove delimiter option
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed Jan 8, 2025
1 parent 0453580 commit 83ce861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/expand_mustache.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
echo '{"array": ["dummy"], "variable": "dummy"}' > .mustache_config.json

while read -r -d '' yamlfile; do
while read -r yamlfile; do

filename=$(basename -- "$yamlfile")
filename="${filename%.*}"
Expand Down

0 comments on commit 83ce861

Please sign in to comment.