Fix log message when prompting which version to download

This commit is contained in:
garronej 2023-09-03 01:38:38 +02:00
parent a1f934466c
commit 402c6fc64a

View File

@ -17,7 +17,7 @@ export async function promptKeycloakVersion() {
return { getLatestsSemVersionedTag }; return { getLatestsSemVersionedTag };
})(); })();
console.log("Initialize the directory with email template from which keycloak version?"); console.log("Select Keycloak version?");
const tags = [ const tags = [
...(await getLatestsSemVersionedTag({ ...(await getLatestsSemVersionedTag({