Fixes #309
This commit is contained in:
parent
380e3d3904
commit
31c2f6c222
@ -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```",
|
||||
|
Loading…
Reference in New Issue
Block a user