From 1231c921981a542baa4f49c364af74da138a0df9 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Mon, 18 Nov 2024 03:19:13 +0100 Subject: [PATCH] Update comment --- .../postinstall/getUiModuleFileSourceCodeReadyToBeCopied.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/postinstall/getUiModuleFileSourceCodeReadyToBeCopied.ts b/src/bin/postinstall/getUiModuleFileSourceCodeReadyToBeCopied.ts index 69b4c3cc..3d7dd583 100644 --- a/src/bin/postinstall/getUiModuleFileSourceCodeReadyToBeCopied.ts +++ b/src/bin/postinstall/getUiModuleFileSourceCodeReadyToBeCopied.ts @@ -56,7 +56,8 @@ export async function getUiModuleFileSourceCodeReadyToBeCopied(params: { ``, `$ 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\`` ] );