summaryrefslogtreecommitdiff
path: root/bin/efa-m
diff options
context:
space:
mode:
Diffstat (limited to 'bin/efa-m')
-rwxr-xr-xbin/efa-m4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/efa-m b/bin/efa-m
index 6d441af..0738af7 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -369,8 +369,8 @@ sub show_results {
say $stop->full_name;
}
}
- elsif ( $efa->stop_name ) {
- say $efa->stop_name;
+ elsif ( $efa->stop->full_name ) {
+ say $efa->stop->full_name;
}
for my $d ( $efa->results ) {