Skip to content

Commit

Permalink
Fixed typo on_error for check_completed.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaafitz committed Feb 14, 2017
1 parent 7608e7b commit 55ee2c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object:
- check_completed:
value: METHOD::check_completed
on_exit: update_status(status => 'Processed check_completed')
on_error: update_status(status => 'Error Processing check_completed)
on_error: update_status(status => 'Error Processing check_completed')
- refresh:
value: METHOD::refresh
on_entry: update_status(status => 'Processing refresh')
Expand Down

0 comments on commit 55ee2c4

Please sign in to comment.