File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ function filterCountries (allCountries) {
136
136
}
137
137
138
138
module . exports = function ( grunt ) {
139
- grunt . registerTask ( 'data-meta' , '4 . Parse metadata from zone1970.tab' , function ( version ) {
139
+ grunt . registerTask ( 'data-meta' , '2 . Parse metadata from zone1970.tab' , function ( version ) {
140
140
version = version || 'latest' ;
141
141
var countries = parseCountries ( grunt , version ) ;
142
142
var zones = parseZones ( grunt , version , countries ) ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ var path = require('path'),
4
4
execFile = require ( 'child_process' ) . execFile ;
5
5
6
6
module . exports = function ( grunt ) {
7
- grunt . registerTask ( 'data-zdump' , '3 . Dump data with zdump(8).' , function ( version ) {
7
+ grunt . registerTask ( 'data-zdump' , '4 . Dump data with zdump(8).' , function ( version ) {
8
8
version = version || 'latest' ;
9
9
10
10
var done = this . async ( ) ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ var path = require('path'),
4
4
execFile = require ( 'child_process' ) . execFile ;
5
5
6
6
module . exports = function ( grunt ) {
7
- grunt . registerTask ( 'data-zic' , '2 . Compile data sources with zic(8).' , function ( version ) {
7
+ grunt . registerTask ( 'data-zic' , '3 . Compile data sources with zic(8).' , function ( version ) {
8
8
version = version || 'latest' ;
9
9
10
10
var done = this . async ( ) ,
You can’t perform that action at this time.
0 commit comments