summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-12-26 09:08:25 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-12-26 09:08:25 +0100
commitde4660a30682a19f697d9bbcd4be1875abe625aa (patch)
tree8863550b7f917ef60b45b7cce65b53b12749bd31 /bin
parent87bf817466c6647a55b71275c143c3c01a54093d (diff)
"IC2" -> "IC2 Twindexx"
Diffstat (limited to 'bin')
-rwxr-xr-xbin/db-zugbildung-to-json2
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' ) {