Skip to content

Commit 8a71f42

Browse files
authored
Fix commit options policy_and_objects (#3242)
1 parent 23ee49c commit 8a71f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netmiko/paloalto/paloalto_panos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def commit(
162162
if device_and_network:
163163
command_string += " device-and-network"
164164
if policy_and_objects:
165-
command_string += " device-and-network"
165+
command_string += " policy-and-objects"
166166
if no_vsys:
167167
command_string += " no-vsys"
168168
command_string += " excluded"

0 commit comments

Comments
 (0)