Skip to content

Commit d1cdc01

Browse files
Merge pull request #90 from puppetlabs/maint-update_plugin_creds
(MAINT) Add alexjfisher to plugin creds
2 parents 4d96c8e + 9337892 commit d1cdc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet-lint/plugins/top_scope_facts/top_scope_facts.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# `PuppetLint.configuration.top_scope_variables = ['location', 'role']`
1313
#
1414
# This plugin was adoped in to puppet-lint from https://github.com/mmckinst/puppet-lint-top_scope_facts-check
15-
# Thanks to @mmckinst and @seanmil for the original work.
15+
# Thanks to @mmckinst, @seanmil and @alexjfisher for the original work.
1616
PuppetLint.new_check(:top_scope_facts) do
1717
TOP_SCOPE_FACTS_VAR_TYPES = Set[:VARIABLE, :UNENC_VARIABLE]
1818
def check

0 commit comments

Comments
 (0)