From 289d395652b612b50b6a5218d667fb50e2377d39 Mon Sep 17 00:00:00 2001 From: Owen DeLong Date: Sat, 1 Feb 2025 21:54:33 -0800 Subject: [PATCH] Rebased to master and fixed a typo in Makefile --- switch-configuration/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switch-configuration/Makefile b/switch-configuration/Makefile index a3fe62f8..90800da6 100644 --- a/switch-configuration/Makefile +++ b/switch-configuration/Makefile @@ -27,7 +27,7 @@ build-switch-configs: .build-switch-configs .build-switch-configs: .lint .secrets config/switchtypes config/types/* config/vlans config/vlans.d/* config/scripts/build_switch_configs.pl config/scripts/switch_template.pm cd config && \ - perl scripts/build_switch_configs.p && \ + perl scripts/build_switch_configs.pl && \ touch .build-switch-configs # Make the switch-maps-bundle which is a collection of all the switch port maps