Fixes #309
parent
380e3d3904
commit
31c2f6c222
|
@ -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```",
|
||||||
|
|
Loading…
Reference in New Issue