Update comment

This commit is contained in:
Joseph Garrone 2024-11-18 03:19:13 +01:00
parent 64ca0bc0ca
commit 1231c92198

View File

@ -56,7 +56,8 @@ export async function getUiModuleFileSourceCodeReadyToBeCopied(params: {
``, ``,
`$ npx keycloakify eject-file --file ${fileRelativePath.split(pathSep).join("/")}`, `$ npx keycloakify eject-file --file ${fileRelativePath.split(pathSep).join("/")}`,
``, ``,
`This file comes from ${uiModuleName} version ${uiModuleVersion}.` `This file comes from ${uiModuleName} version ${uiModuleVersion}.`,
`This file has been copied over to your repo by your postinstall script: \`npx keycloakify postinstall\``
] ]
); );