summaryrefslogtreecommitdiff
path: root/chef-bin/bin/chef-solo
diff options
context:
space:
mode:
Diffstat (limited to 'chef-bin/bin/chef-solo')
-rwxr-xr-xchef-bin/bin/chef-solo2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/bin/chef-solo b/chef-bin/bin/chef-solo
index 3222323a46..fd45837b42 100755
--- a/chef-bin/bin/chef-solo
+++ b/chef-bin/bin/chef-solo
@@ -19,6 +19,6 @@
# limitations under the License.
$:.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
-require "chef/application/solo"
+require "chef/application/client"
Chef::Application::Client.new(solo: true).run(enforce_license: true)