aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make-sminmpec.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-sminmpec.pl b/tools/make-sminmpec.pl
index 1cc17bea8e..0b241b0138 100755
--- a/tools/make-sminmpec.pl
+++ b/tools/make-sminmpec.pl
@@ -25,7 +25,7 @@ use strict;
my $in = shift;
-$in = "http://www.iana.org/assignments/enterprise-numbers" unless(defined $in);
+$in = "http://www.iana.org/assignments/enterprise-numbers/enterprise-numbers" unless(defined $in);
my @in_lines;