diff --git a/netmiko/dell/dell_force10_ssh.py b/netmiko/dell/dell_force10_ssh.py index 9ce811f66082410671c30f6eab4b029766adf701..e91278680ffb349d7a618691bca2ba1881f1d626 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: