We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c42272 + 05897e6 commit 90cda88Copy full SHA for 90cda88
packages/contentstack-import/src/import/modules/content-types.ts
@@ -136,13 +136,13 @@ export default class ContentTypesImport extends BaseClass {
136
this.pendingGFs = [];
137
this.pendingExts = [];
138
this.taxonomiesPath = path.join(
139
- sanitizePath(importConfig.contentDir),
+ sanitizePath(importConfig.backupDir),
140
PATH_CONSTANTS.MAPPER,
141
PATH_CONSTANTS.MAPPER_MODULES.TAXONOMIES,
142
PATH_CONSTANTS.FILES.SUCCESS,
143
);
144
this.extPendingPath = path.join(
145
146
147
PATH_CONSTANTS.MAPPER_MODULES.EXTENSIONS,
148
PATH_CONSTANTS.FILES.PENDING_EXTENSIONS,
0 commit comments