diff --git a/src/sourceTracking.ts b/src/sourceTracking.ts index b38b31c3..b8bc9361 100644 --- a/src/sourceTracking.ts +++ b/src/sourceTracking.ts @@ -402,7 +402,7 @@ export class SourceTracking extends AsyncCreatable { ); // original CustomLabels behavior - const nonDecomposedLabels = this.registry.getTypeByName('customlabel').strategies?.transformer === 'nonDecomposed'; + const nonDecomposedLabels = this.registry.getTypeByName('customlabels').strategies?.transformer === 'nonDecomposed'; const filenames = Array.from(sourceComponentByFileName.keys()); // delete the files