summaryrefslogtreecommitdiff
path: root/bin/db-iris
diff options
context:
space:
mode:
Diffstat (limited to 'bin/db-iris')
-rwxr-xr-xbin/db-iris2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-iris b/bin/db-iris
index f45996e..2b6025d 100755
--- a/bin/db-iris
+++ b/bin/db-iris
@@ -239,7 +239,7 @@ sub get_station {
exit(1);
}
elsif ( @stations == 1 ) {
- return $stations[0][0];
+ return $stations[0][2];
}
else {
say STDERR "The input '$input_name' is ambiguous. Please choose one "