Run prettier:fix

Signed-off-by: Kamil Zainal <gh@akza.dev>
This commit is contained in:
Kamil Zainal
2023-10-23 15:34:38 +01:00
parent 20005cf26d
commit 31fd1146af
4 changed files with 6 additions and 6 deletions
@@ -97,7 +97,7 @@ export class TechdocsGenerator implements GeneratorBase {
logger: childLogger,
logStream,
siteOptions,
runAsDefaultUser
runAsDefaultUser,
} = options;
// Do some updates to mkdocs.yml before generating docs e.g. adding repo_url
@@ -172,7 +172,7 @@ export class TechdocsGenerator implements GeneratorBase {
// write to, otherwise they will just fail trying to write to /
envVars: { HOME: '/tmp' },
pullImage: this.options.pullImage,
defaultUser: runAsDefaultUser
defaultUser: runAsDefaultUser,
});
childLogger.info(
`Successfully generated docs from ${inputDir} into ${outputDir} using techdocs-container`,