summaryrefslogtreecommitdiff
path: root/lib/ohai.rb
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2010-05-11 11:16:49 -0700
committerDaniel DeLeo <dan@opscode.com>2010-05-11 11:16:49 -0700
commit9279ab1248dec6ab7cf2e636ee21b5b3828924f8 (patch)
tree47ce269f7686385f18e400a4b9c8fdeee6aae375 /lib/ohai.rb
parent46c6d99a0a6e9b148cd827da9d38d0f55e76bfa3 (diff)
downloadohai-9279ab1248dec6ab7cf2e636ee21b5b3828924f8.tar.gz
fix load path rejiggering to be less janky and also work
Diffstat (limited to 'lib/ohai.rb')
-rw-r--r--lib/ohai.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ohai.rb b/lib/ohai.rb
index 5b39926d..d3394549 100644
--- a/lib/ohai.rb
+++ b/lib/ohai.rb
@@ -16,9 +16,6 @@
# limitations under the License.
#
-$:.unshift(File.dirname(__FILE__)) unless
- $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
-
require 'ohai/config'
require 'ohai/system'