mirror of
https://github.com/opentofu/opentofu.org.git
synced 2026-01-11 19:56:26 +00:00
add empty line when generating supporters.json (#178)
This commit is contained in:
parent
50d2eddc01
commit
35f96b390d
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ async function sync() {
|
|||
|
||||
fs.writeFileSync(
|
||||
"./supporters.json",
|
||||
JSON.stringify(supporters, null, 2),
|
||||
JSON.stringify(supporters, null, 2) + "\n",
|
||||
"utf8",
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue