Skip to content

Commit

Permalink
Merge pull request #54 from tinaafitz/provision_instance_fix
Browse files Browse the repository at this point in the history
Generic State Machine provision instance fix.
  • Loading branch information
gmcculloug committed Feb 14, 2017
2 parents 7608e7b + 55ee2c4 commit 6be7ec1
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 6be7ec1

Please sign in to comment.