Skip to content

Commit

Permalink
reverting require path
Browse files Browse the repository at this point in the history
  • Loading branch information
GSPatton committed Nov 13, 2023
1 parent e478910 commit 4c6f557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet-lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4c6f557

Please sign in to comment.