1
0
This commit is contained in:
Zef Hemel 2023-01-15 11:20:02 +01:00
parent 380e3d3904
commit 31c2f6c222

View File

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