pull/320/head
Zef Hemel 2023-01-15 11:20:02 +01:00
parent 380e3d3904
commit 31c2f6c222
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export async function addPlugCommand() {
} }
plugList.push(name); plugList.push(name);
// await writeYamlPage("PLUGS", plugList, plugsPrelude); // await writeYamlPage("PLUGS", plugList, plugsPrelude);
await writePage( await space.writePage(
"PLUGS", "PLUGS",
plugsPrelude + "```yaml\n" + plugList.map((p) => `- ${p}`).join("\n") + plugsPrelude + "```yaml\n" + plugList.map((p) => `- ${p}`).join("\n") +
"\n```", "\n```",