Skip to content

Commit 1a5ad40

Browse files
ekohlbastelfreak
authored andcommitted
Fix spelling of PostgreSQL in a debug statement
1 parent 880a6f7 commit 1a5ad40

File tree

1 file changed

+1
-1
lines changed
  • lib/puppet/provider/postgresql_conf

1 file changed

+1
-1
lines changed

lib/puppet/provider/postgresql_conf/ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def parse_config
3636
active_settings.push(attributes_hash)
3737
end
3838
end
39-
Puppet.debug("DEBUG: parse_config Active Settings found in Postgreql config file: #{active_settings}")
39+
Puppet.debug("DEBUG: parse_config Active Settings found in PostgreSQL config file: #{active_settings}")
4040
active_settings
4141
end
4242

0 commit comments

Comments
 (0)