diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/hafas-m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hafas-m b/bin/hafas-m index 3533cf4..4a2dda5 100755 --- a/bin/hafas-m +++ b/bin/hafas-m @@ -250,7 +250,7 @@ if ( my $err = $status->errstr ) { if ($json_output) { if ( $opt{journey} ) { - say JSON->new->convert_blessed->encode( [ $status->result ] ); + say JSON->new->convert_blessed->encode( $status->result ); } else { say JSON->new->convert_blessed->encode( [ $status->results ] ); |