diff --git a/netmiko/dell/dell_force10_ssh.py b/netmiko/dell/dell_force10_ssh.py index 9ce811f66..e91278680 100644 --- a/netmiko/dell/dell_force10_ssh.py +++ b/netmiko/dell/dell_force10_ssh.py @@ -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: