We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6caeb43 commit a2a2c5bCopy full SHA for a2a2c5b
.github/workflows/update_tables.yml
@@ -50,7 +50,7 @@ jobs:
50
echo 'DELETE FROM "enterprise";' > ${TARGET}.new
51
echo 'COPY "enterprise" ("enterprise_number", "organization") FROM STDIN;' >> ${TARGET}.new
52
curl --silent --location "https://www.iana.org/assignments/enterprise-numbers.txt" | \
53
- ieee/SMI/smi-to-enterprise-table.py >> ${TARGET}.new
+ ieee/SMI/smi-to-enterprise-table.pl >> ${TARGET}.new
54
echo '\.' >> ${TARGET}.new
55
mv ${TARGET}.new ${TARGET}
56
0 commit comments