summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dbris-m4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dbris-m b/bin/dbris-m
index 975100c..db6cf8c 100755
--- a/bin/dbris-m
+++ b/bin/dbris-m
@@ -394,8 +394,8 @@ elsif ( $opt{journey} and not( $raw_json_output or $json_output ) ) {
$trip->train_no // $trip->number,
$trip->day->strftime('%d.%m.%Y') );
- if ( $trip->admin_ids ) {
- printf( "Betrieb: %s\n", join( q{, }, $trip->admin_ids ) );
+ if ( $trip->operators ) {
+ printf( "Betrieb: %s\n", join( q{, }, $trip->operators ) );
}
say q{};