Skip to content

Commit 58f9bc1

Browse files
authored
Merge branch 'develop' into optilink_golt
2 parents 77f4ce5 + 8a71f42 commit 58f9bc1

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)