Loading bin/db-iris +1 −1 Original line number Original line Diff line number Diff line Loading @@ -239,7 +239,7 @@ sub get_station { exit(1); exit(1); } } elsif ( @stations == 1 ) { elsif ( @stations == 1 ) { return $stations[0][0]; return $stations[0][2]; } } else { else { say STDERR "The input '$input_name' is ambiguous. Please choose one " say STDERR "The input '$input_name' is ambiguous. Please choose one " Loading Loading
bin/db-iris +1 −1 Original line number Original line Diff line number Diff line Loading @@ -239,7 +239,7 @@ sub get_station { exit(1); exit(1); } } elsif ( @stations == 1 ) { elsif ( @stations == 1 ) { return $stations[0][0]; return $stations[0][2]; } } else { else { say STDERR "The input '$input_name' is ambiguous. Please choose one " say STDERR "The input '$input_name' is ambiguous. Please choose one " Loading