diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-09-09 15:14:06 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-09-09 15:20:25 -0700 |
commit | e231e52c566ebe82f753142749d6bfff63dacc3a (patch) | |
tree | ad085920ecd38a189c5a80fd2bcaa6c29f017cc7 /mixlib-shellout.gemspec | |
parent | 3143d441dac9514693fec1121c3dd0ce06f4cf47 (diff) | |
download | mixlib-shellout-dir.tar.gz |
Back out the gemspec change that broke testsdir
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'mixlib-shellout.gemspec')
-rw-r--r-- | mixlib-shellout.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib-shellout.gemspec b/mixlib-shellout.gemspec index 8890857..dbb4c3d 100644 --- a/mixlib-shellout.gemspec +++ b/mixlib-shellout.gemspec @@ -1,4 +1,4 @@ -$:.unshift(__dir__ + "/lib") +$:.unshift(File.dirname(__FILE__) + "/lib") require "mixlib/shellout/version" Gem::Specification.new do |s| |