Skip to content

Commit

Permalink
Rebased to master and fixed a typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
owendelong committed Feb 2, 2025
1 parent d11dbf0 commit 289d395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion switch-configuration/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 289d395

Please sign in to comment.