summaryrefslogtreecommitdiff
path: root/bin/chef-solo
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chef-solo')
-rwxr-xr-xbin/chef-solo3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/chef-solo b/bin/chef-solo
index 23def86a11..06c0452d26 100755
--- a/bin/chef-solo
+++ b/bin/chef-solo
@@ -3,7 +3,7 @@
# ./chef-solo - Run the chef client, in stand-alone mode
#
# Author:: AJ Christensen (<aj@chef.io>)
-# Copyright:: Copyright 2008-2016, Chef Software Inc.
+# Copyright:: Copyright 2008-2018, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,7 +18,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-require "rubygems"
$:.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
require "chef/application/solo"