Skip to content

Commit

Permalink
updated search logic to work with attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
hh committed Apr 9, 2013
1 parent 48eed3e commit 7125f99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/chef/knife/winrm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ def configure_attribute
"fqdn").strip
end

def extract_nested_value(data_structure, path_spec)
ui.presenter.extract_nested_value(data_structure, path_spec)
end

def run
STDOUT.sync = STDERR.sync = true

Expand Down

0 comments on commit 7125f99

Please sign in to comment.