diff options
Diffstat (limited to 'lib/chef/knife/bootstrap.rb')
-rw-r--r-- | lib/chef/knife/bootstrap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/bootstrap.rb b/lib/chef/knife/bootstrap.rb index d7eb9490e7..44561d64bd 100644 --- a/lib/chef/knife/bootstrap.rb +++ b/lib/chef/knife/bootstrap.rb @@ -604,7 +604,7 @@ class Chef bootstrap_run_command(cmd) end - # Actual bootstrap command to perform on the node. + # Actual bootstrap command to be run on the node. # Handles recursive calls if su USER failed to authenticate. def bootstrap_run_command(cmd) r = connection.run_command(cmd) do |data| |