Skip to content

Commit

Permalink
duh
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed May 17, 2022
1 parent 317c68b commit e6fb843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tables/pendingappleupdates/pendingappleupdates.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func PendingAppleUpdatesGenerate(ctx context.Context, queryContext table.QueryCo

func readSoftwareUpdatePlist() (*softwareUpdatePlist, error) {
var updatePlist softwareUpdatePlist
const plistPath = "/Users/graham_gilbert/Downloads/com.apple.SoftwareUpdate.plist"
const plistPath = "/Library/Preferences/com.apple.SoftwareUpdate.plist"
if !utils.FileExists(plistPath) {
return nil, nil
}
Expand Down

0 comments on commit e6fb843

Please sign in to comment.