Skip to content

Commit 0ccb798

Browse files
author
Andreas Stuerz
committed
fix classname
1 parent cd8e7c4 commit 0ccb798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/provider/mysql_login_path/sensitive.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ def ==(other)
99

1010
def encode_with(coder)
1111
coder.tag = nil
12-
coder.scalar = 'PPuppet::Provider::MysqlLoginPath::Sensitive <<encrypted>>'
12+
coder.scalar = 'Puppet::Provider::MysqlLoginPath::Sensitive <<encrypted>>'
1313
end
1414
end

0 commit comments

Comments
 (0)