Skip to content

Commit 3f98d20

Browse files
authored
Bugfix :rear_port should be rear_ports (#261)
1 parent 32fdc29 commit 3f98d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/module_utils/netbox_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"dcim.powerfeed": "power_feeds",
144144
"dcim.poweroutlet": "power_outlet",
145145
"dcim.powerport": "power_port",
146-
"dcim.rearport": "rear_port",
146+
"dcim.rearport": "rear_ports",
147147
"device": "devices",
148148
"device_role": "device_roles",
149149
"device_type": "device_types",

0 commit comments

Comments
 (0)