Skip to content

Commit

Permalink
Update ee/debug/checkups/checkups.go
Browse files Browse the repository at this point in the history
Co-authored-by: seph <seph@kolide.co>
  • Loading branch information
zackattack01 and directionless committed Mar 5, 2024
1 parent 383141f commit 00bffdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/debug/checkups/checkups.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func checkupsFor(k types.Knapsack, target targetBits) []checkupInt {
{&serverDataCheckup{k: k}, doctorSupported | flareSupported | logSupported},
{&osqDataCollector{k: k}, doctorSupported | flareSupported},
{&osqRestartCheckup{k: k}, doctorSupported | flareSupported},
{&uninstallHistoryCheckup{k: k}, doctorSupported | flareSupported},
{&uninstallHistoryCheckup{k: k}, flareSupported},
}

checkupsToRun := make([]checkupInt, 0)
Expand Down

0 comments on commit 00bffdd

Please sign in to comment.