Skip to content

Commit 9337892

Browse files
committed
Add alexjfisher to plugin creds
1 parent 4d96c8e commit 9337892

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)