Skip to content

Commit

Permalink
oh wait lol
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiNtD committed Mar 5, 2024
1 parent 377e6bd commit 2df515f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $.log(
if (await $.confirm("Update appinfo.ini?")) {
await iniPath.writeText(
// @std/ini's stringify has some weeeeeird formatting
ini.stringify(appinfo).replaceAll(/\n\[/g, "\n\n[") + "\n"
ini.stringify(appinfo).replaceAll("\n[", "\n\n[") + "\n"
);
$.logStep("Updated appinfo.ini");
}
Expand Down

0 comments on commit 2df515f

Please sign in to comment.