Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit dafe576

Browse files
authored
Editorial pass
1 parent 923c610 commit dafe576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/migration/migration-migrate-follow-up.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In the following example, Magento 1 has been incorrectly saving time in the UTC-
4343

4444
1. Copy the `map-customer.xml.dist` configuration file from the appropriate directory of the Data Migration Tool (`<your Magento 2 install dir>/vendor/magento/data-migration-tool/etc/<migration edition>`) into the `<your Magento 2 install dir>/app/code/Vendor/Migration/etc/<migration edition>/map-customer.xml` file.
4545

46-
1. Update <customer_map_file> node in `config.xml` remove .dist from `map-customer.xml.dist`
46+
1. Update the `<customer_map_file>` node in `config.xml` and remove the `.dist` extension from `map-customer.xml.dist`
4747

4848
1. Add the following rule to the `map-customer.xml` file:
4949

@@ -63,4 +63,4 @@ In the following example, Magento 1 has been incorrectly saving time in the UTC-
6363
</field_rules>
6464
</destination>
6565
</map>
66-
```
66+
```

0 commit comments

Comments
 (0)