Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zefhemel committed Jan 15, 2023
1 parent 380e3d3 commit 31c2f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugs/core/plugmanager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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```",
Expand Down

0 comments on commit 31c2f6c

Please sign in to comment.