Skip to content

Commit

Permalink
adding lifecycle to instance diagnose
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcinil committed Jul 25, 2019
1 parent c4ea61f commit 472456c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kitchen/instance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def doctor_action
def diagnose
result = {}
%i{
platform state_file driver provisioner transport verifier
platform state_file driver provisioner transport verifier lifecycle_hooks
}.each do |sym|
obj = send(sym)
result[sym] = obj.respond_to?(:diagnose) ? obj.diagnose : :unknown
Expand Down

0 comments on commit 472456c

Please sign in to comment.