Add missing period
This commit is contained in:
parent
067e148897
commit
30e4112f79
@ -56,7 +56,7 @@ export async function command(params: { cliCommandOptions: CliCommandOptions })
|
|||||||
fs.writeFileSync(themePropertyFilePath, Buffer.from(`parent=base\n${fs.readFileSync(themePropertyFilePath).toString("utf8")}`, "utf8"));
|
fs.writeFileSync(themePropertyFilePath, Buffer.from(`parent=base\n${fs.readFileSync(themePropertyFilePath).toString("utf8")}`, "utf8"));
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.log(`The \`${pathJoin(".", pathRelative(process.cwd(), emailThemeSrcDirPath))}\` directory have been created`);
|
logger.log(`The \`${pathJoin(".", pathRelative(process.cwd(), emailThemeSrcDirPath))}\` directory have been created.`);
|
||||||
logger.log("You can delete any file you don't modify.");
|
logger.log("You can delete any file you don't modify.");
|
||||||
|
|
||||||
rmSync(builtinKeycloakThemeTmpDirPath, { "recursive": true });
|
rmSync(builtinKeycloakThemeTmpDirPath, { "recursive": true });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user