Skip to content

Commit d7d18f7

Browse files
committed
Typo
1 parent 726d712 commit d7d18f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

puppet/lib/puppet/indirector/facts/puppetdb.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def save(request)
4848

4949
inventory = facts.values['_puppet_inventory_1']
5050
package_inventory = inventory['packages'] if inventory.respond_to?(:keys)
51-
facts.values.delete('_puppet_inventory_1'))
51+
facts.values.delete('_puppet_inventory_1')
5252

5353
fact_names_blacklist = Puppet::Util::Puppetdb.config.fact_names_blacklist
5454

puppet/lib/puppet/util/puppetdb/config.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def fact_names_blacklist_regex
176176
config[:fact_names_blacklist_regex]
177177
end
178178

179+
179180
# @!group Private instance methods
180181

181182
# @!attribute [r] count

0 commit comments

Comments
 (0)