Skip to content

Commit

Permalink
print final run list using config[:run_list] not @name_args
Browse files Browse the repository at this point in the history
  • Loading branch information
schisamo committed Apr 5, 2011
1 parent 1de008f commit 1fdad5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chef/knife/ec2_server_create.rb
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def run
end
end
end
puts "#{h.color("Run List", :cyan)}: #{@name_args.join(', ')}"
puts "#{h.color("Run List", :cyan)}: #{config[:run_list].join(', ')}"
end

def bootstrap_for_node(server)
Expand Down

0 comments on commit 1fdad5b

Please sign in to comment.