summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dbris-m2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dbris-m b/bin/dbris-m
index e09f1b5..86f5016 100755
--- a/bin/dbris-m
+++ b/bin/dbris-m
@@ -388,7 +388,7 @@ elsif ( $opt{journey} ) {
}
printf( "%s %s am %s\n\n",
- $trip->train, $trip->train_no, $trip->day->strftime('%d.%m.%Y') );
+ $trip->type, $trip->train_no, $trip->day->strftime('%d.%m.%Y') );
for my $stop ( $trip->route ) {
if ( $stop == $mark_stop ) {