Skip to content

Commit 40116e5

Browse files
committed
Correct device_type in Cumulus NVUE comment
Change-Id: I8904604b333bf3d734b0fe813685ed8b5643e127
1 parent 518742a commit 40116e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • networking_generic_switch/devices/netmiko_devices

networking_generic_switch/devices/netmiko_devices/cumulus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class CumulusNVUE(netmiko_devices.NetmikoSwitch):
9696
where secret is the password needed for sudo su:
9797
9898
[genericswitch:<hostname>]
99-
device_type = netmiko_cumulus
99+
device_type = netmiko_cumulus_nvue
100100
ip = <ip>
101101
username = <username>
102102
password = <password>

0 commit comments

Comments
 (0)