Skip to content

Commit de0f2ac

Browse files
committed
Merge branch 'dev' of https://github.com/contentstack/migration-v2-node-server into bugfix/cmg-752
2 parents 3f73276 + 6f3fe59 commit de0f2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fileUpdate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const typeSwitcher = async (type) => {
9696

9797
const XMLMigration = async () => {
9898
const typeOfcms = await cliux.inquire({
99-
choices: ['sitecore', 'contentful', 'wordpress'],
99+
choices: ['sitecore', 'contentful', 'wordpress', 'aem'],
100100
type: 'list',
101101
name: 'value',
102102
message: 'Choose the option to proceed with your legacy CMS:'

0 commit comments

Comments
 (0)