Skip to content

Commit

Permalink
dell: fix save_config for Dell Force10 / OS9 devices (ktbyers#3070)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonglezb authored and msherman64 committed Nov 7, 2024
1 parent 2a97b4a commit 6980f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netmiko/dell/dell_force10_ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class DellForce10SSH(CiscoSSHConnection):

def save_config(
self,
cmd: str = "copy running-configuration startup-configuration",
cmd: str = "write memory",
confirm: bool = False,
confirm_response: str = "",
) -> str:
Expand Down

0 comments on commit 6980f3a

Please sign in to comment.