Skip to content
Snippets Groups Projects
Unverified Commit 911e8faf authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

docs(manager/asdf): add missing generated data (#19191)

parent 945aa31f
No related branches found
No related tags found
Loading
......@@ -11,7 +11,7 @@ function generateTooling(): string {
export async function generateManagerAsdfSupportedPlugins(
dist: string
): Promise<void> {
const indexFileName = 'lib/modules/manager/asdf/readme.md';
const indexFileName = `${dist}/modules/manager/asdf/index.md`;
let indexContent = await readFile(indexFileName);
indexContent = replaceContent(indexContent, generateTooling());
await updateFile(`${dist}/modules/manager/asdf/index.md`, indexContent);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment