summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-09-08 22:42:16 -0700
committerTim Smith <tsmith84@gmail.com>2020-09-08 22:42:16 -0700
commit3143d441dac9514693fec1121c3dd0ce06f4cf47 (patch)
tree6fdda1ff1e9ef390081138ea2ad79d2ff8804ee5
parent08ab2fa65ffd5f1baf2cef5ca6ddd945cf6b246e (diff)
downloadmixlib-shellout-3143d441dac9514693fec1121c3dd0ce06f4cf47.tar.gz
Fix another one
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--mixlib-shellout.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib-shellout.gemspec b/mixlib-shellout.gemspec
index dbb4c3d..8890857 100644
--- a/mixlib-shellout.gemspec
+++ b/mixlib-shellout.gemspec
@@ -1,4 +1,4 @@
-$:.unshift(File.dirname(__FILE__) + "/lib")
+$:.unshift(__dir__ + "/lib")
require "mixlib/shellout/version"
Gem::Specification.new do |s|