diff --git a/bin/db-iris b/bin/db-iris index f45996e8b6d27bef6a0643149416995cb13c45e5..2b6025d9755e5cfb2d87f0ea28eb5f71faf36169 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 "