Skip to content

Commit

Permalink
Fix typeo in param name (ansible#41287)
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran authored and ansibot committed Jun 7, 2018
1 parent e892646 commit effa235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/edgeos/edgeos_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def main():
if conditionals:
failed_conditions = [item.raw for item in conditionals]
msg = 'One or more conditional statements have not been satisfied'
module.fail_json(msg=msg, falied_conditions=failed_conditions)
module.fail_json(msg=msg, failed_conditions=failed_conditions)

result = {
'changed': False,
Expand Down

0 comments on commit effa235

Please sign in to comment.