This commit is contained in:
Zef Hemel
2023-01-15 11:20:02 +01:00
parent 380e3d3904
commit 31c2f6c222
+1 -1
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```",