From 3fa36ed291558063049985f6ff32b0b763e08b00 Mon Sep 17 00:00:00 2001 From: curiositycasualty Date: Wed, 5 Mar 2014 14:53:38 -0800 Subject: clarifies initial bootstrap message --- lib/chef/knife/bootstrap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chef/knife/bootstrap.rb b/lib/chef/knife/bootstrap.rb index 14dccb3892..d5452ea571 100644 --- a/lib/chef/knife/bootstrap.rb +++ b/lib/chef/knife/bootstrap.rb @@ -201,7 +201,7 @@ class Chef $stdout.sync = true - ui.info("Bootstrapping Chef on #{ui.color(@node_name, :bold)}") + ui.info("Attempting to connect to and bootstrap Chef onto #{ui.color(@node_name, :bold)}") begin knife_ssh.run -- cgit v1.2.1