summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshare/xml2json2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/xml2json b/share/xml2json
index 54a86be..1ca57b7 100755
--- a/share/xml2json
+++ b/share/xml2json
@@ -245,7 +245,7 @@ for my $station ( $tree->findnodes('//station') ) {
}
if ( not $found
- and any { $_ eq $name } @missing )
+ and any { $_ eq $name or $_ eq $ds100 } @missing )
{
say "missing $eva $ds100 \"$name\"";