Skip to content

Commit

Permalink
reverting plugin path as external plugins will load from lib/puppet-l…
Browse files Browse the repository at this point in the history
…int/plugins rather than lib/puppetlabs-lint/plugins - sacraficing consistency in naming here for minimal impact on users
  • Loading branch information
GSPatton committed Nov 15, 2023
1 parent 4c6f557 commit 356ef34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppetlabs/puppetlabs-lint/plugins.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class PuppetLint::Plugins
# Returns nothing.
def self.load_from_gems
gem_directories.each do |directory|
path = directory + 'puppetlabs-lint/plugins'
path = directory + 'puppet-lint/plugins'
next unless path.directory?

Dir["#{path}/**/*.rb"].each do |file|
Expand Down

0 comments on commit 356ef34

Please sign in to comment.