Skip to content

Commit 7306397

Browse files
CLDR-18932 Fix typo (#5040)
1 parent 780d97c commit 7306397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/site/development/updating-codes/update-time-zone-data-for-zoneparser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Note: This is usually done as a part of full time zone data update process.
1111
2. Generate the "rearguard" version of the TZDB
1212
- CLDR display names assume positive daylight saving offsets. The "rearguard" version is designed for tools without negative daylight saving time support.
1313
- `make -C tzdata rearguard.zi`
14-
3. Copy `rearguard.zi`, `version` and `zone.tab` to `tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/`
15-
- `cp tzdata/{rearguard.zi,version,zone.tab} tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/`
14+
3. Copy `rearguard.zi`, `version` and `zone.tab` to `tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/tzdb`
15+
- `cp tzdata/{rearguard.zi,version,zone.tab} tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/tzdb`
1616
4. Clean up the working directory
1717
- `rm -r tzdata`
1818
5. **Record the version: See** [**Updating External Metadata**](/development/updating-codes/external-version-metadata)

0 commit comments

Comments
 (0)