diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-26 09:08:25 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-26 09:08:25 +0100 |
commit | de4660a30682a19f697d9bbcd4be1875abe625aa (patch) | |
tree | 8863550b7f917ef60b45b7cce65b53b12749bd31 /bin | |
parent | 87bf817466c6647a55b71275c143c3c01a54093d (diff) |
"IC2" -> "IC2 Twindexx"
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/db-zugbildung-to-json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-zugbildung-to-json b/bin/db-zugbildung-to-json index d6bd897..0607222 100755 --- a/bin/db-zugbildung-to-json +++ b/bin/db-zugbildung-to-json @@ -321,7 +321,7 @@ for my $line (@lines) { $map{$number}{shortType} = 'M'; } elsif ( $type eq 'IC-D' ) { - $map{$number}{type} = 'IC2'; + $map{$number}{type} = 'IC2 Twindexx'; $map{$number}{shortType} = '2'; } elsif ( $type eq 'IC-E' ) { |