Skip to content

Commit

Permalink
Changed the name from dellos10 to dell_os10
Browse files Browse the repository at this point in the history
  • Loading branch information
javeedf committed Aug 9, 2018
1 parent dc0da1f commit 0b2be64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napalm_dellos10/dellos10.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def __init__(self, hostname, username, password, timeout=60,

def open(self):
"""Open a connection to the device."""
device_type = 'dellos10'
device_type = 'dell_os10'
self.device = ConnectHandler(device_type=device_type,
host=self.hostname,
username=self.username,
Expand Down

0 comments on commit 0b2be64

Please sign in to comment.