# File lib/chef/knife/bootstrap_solo.rb, line 21
      def run
        if KnifeSolo::Tools.config_value(config, :solo)
          run_with_knife_solo
        else
          run_with_chef_client
        end
      end