Skip to content

Commit

Permalink
Namechange scrubs
Browse files Browse the repository at this point in the history
  • Loading branch information
J.B. Zimmerman committed Aug 31, 2011
1 parent f8c617d commit cded3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chef/knife/audit.rb
Expand Up @@ -70,7 +70,7 @@ def run
# node_list = (env ? Chef::Node.list_by_environment(env) : Chef::Node.list )
# output(format_list_for_display(node_list))

query = "*:*"
query = "*:*" # find all nodes

Shef::Extensions.extend_context_object(self)
node_list = nodes.find(query)
Expand Down

0 comments on commit cded3fc

Please sign in to comment.