diff --git a/fileUpdate.js b/fileUpdate.js index baddf8cc..7b26be4e 100644 --- a/fileUpdate.js +++ b/fileUpdate.js @@ -96,7 +96,7 @@ const typeSwitcher = async (type) => { const XMLMigration = async () => { const typeOfcms = await cliux.inquire({ - choices: ['sitecore', 'contentful', 'wordpress'], + choices: ['sitecore', 'contentful', 'wordpress', 'aem'], type: 'list', name: 'value', message: 'Choose the option to proceed with your legacy CMS:'