Skip to content

Commit a2a2c5b

Browse files
committed
fix typo in script name
1 parent 6caeb43 commit a2a2c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_tables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo 'DELETE FROM "enterprise";' > ${TARGET}.new
5151
echo 'COPY "enterprise" ("enterprise_number", "organization") FROM STDIN;' >> ${TARGET}.new
5252
curl --silent --location "https://www.iana.org/assignments/enterprise-numbers.txt" | \
53-
ieee/SMI/smi-to-enterprise-table.py >> ${TARGET}.new
53+
ieee/SMI/smi-to-enterprise-table.pl >> ${TARGET}.new
5454
echo '\.' >> ${TARGET}.new
5555
mv ${TARGET}.new ${TARGET}
5656

0 commit comments

Comments
 (0)