Skip to content

Commit

Permalink
RackPlaneFabricBuilder: setting name as RackPlaneFabric
Browse files Browse the repository at this point in the history
(which is consistent with RackPlaneHostBuilder)
  • Loading branch information
thomas-am committed Nov 5, 2024
1 parent ac1a0bc commit 4d089eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rack_plane_fabric.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class RackPlaneFabricBuilder(bld.FabricBuilder):
supports connecting to switching via multiple planes
"""

name: str = "rack plane fabric"
name: str = "RackPlaneFabric"
description: str = "fabric that users multiple planes inside a rack"
lowest_device: bld.DeviceBuilder = None

Expand Down

0 comments on commit 4d089eb

Please sign in to comment.