TT#168102 ngcp-instances-validator: Fix typo

Fix a typo introduced by: feaa9809cb
which leads to a failure when checking duplicates.

Change-Id: Id080d427ace468b57b28356f73961603431afaf1
mr11.0
dzenichev 4 years ago
parent 806953fab7
commit d9eacfd5a5

@ -22,7 +22,7 @@ GetOptions(
my $yaml = YAML::XS::LoadFile($network_file)
or die "cannot parse file $network_file";
sub dupe_check
sub dup_check
{
my ($dupe, $text) = @_;
my $errors = 0;

Loading…
Cancel
Save