From e6fb843a2a6f6c020540ac2250e0d819d17a70f0 Mon Sep 17 00:00:00 2001 From: Graham Gilbert Date: Tue, 17 May 2022 14:30:15 -0700 Subject: [PATCH] duh --- tables/pendingappleupdates/pendingappleupdates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tables/pendingappleupdates/pendingappleupdates.go b/tables/pendingappleupdates/pendingappleupdates.go index f933b3b..907e82c 100644 --- a/tables/pendingappleupdates/pendingappleupdates.go +++ b/tables/pendingappleupdates/pendingappleupdates.go @@ -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 }