Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed May 6, 2022
1 parent 699e656 commit 8923752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/integrations/localmachine/collect/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func Collect(outputpath string) error {

// WSUS SETTINGS
wu_key, err := registry.OpenKey(registry.LOCAL_MACHINE,
`SOFTWARE\Policies\Microsoft\Windows\WindupsUpdate`,
`SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate`,
registry.READ|registry.ENUMERATE_SUB_KEYS|registry.WOW64_64KEY)
if err == nil {
defer wu_key.Close()
Expand Down

0 comments on commit 8923752

Please sign in to comment.