Skip to content

Commit

Permalink
Removing an errant 'end' from the monkey-patch
Browse files Browse the repository at this point in the history
Signed-off-by: John <[email protected]>
  • Loading branch information
johnmccrae committed Mar 21, 2024
1 parent 2d4bf72 commit a60f5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ohai/monkey_patches/win32/registry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ def export_string(str, enc = Encoding.default_internal || "utf-8")
# check RegDeleteKeyExW(hkey, name.to_wstring, 0, 0)
# end

end
# end
end
end

0 comments on commit a60f5ad

Please sign in to comment.