Skip to content

Commit

Permalink
fix: typo in parameter dec
Browse files Browse the repository at this point in the history
  • Loading branch information
adambaumeister authored Oct 23, 2024
1 parent e4272d4 commit 620a3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/panos_bgp_policy_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def main():
"action_as_path_type": module.params["action_as_path_type"],
"action_as_path_prepend_times": module.params["action_as_path_prepend_times"],
"action_community_type": module.params["action_community_type"],
"action_community_modifier": module.params["action_community_modifier "],
"action_community_modifier": module.params["action_community_modifier"],
"action_community_argument": module.params["action_community_argument"],
"action_extended_community_type": module.params[
"action_extended_community_type"
Expand Down

0 comments on commit 620a3ba

Please sign in to comment.