From 4c6f557be933a117ccc89ae57bb927cb9ee874bf Mon Sep 17 00:00:00 2001 From: Gavin Patton Date: Mon, 13 Nov 2023 09:47:02 +0000 Subject: [PATCH] reverting require path --- puppet-lint.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-lint.gemspec b/puppet-lint.gemspec index 6109568d..9b39ce79 100644 --- a/puppet-lint.gemspec +++ b/puppet-lint.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| 'spec/**/*', ] spec.executables = Dir['bin/**/*'].map { |f| File.basename(f) } - spec.require_paths = ['lib/puppetlabs'] + spec.require_paths = ['lib'] spec.authors = [ 'Tim Sharpe',