Skip to content

Commit

Permalink
Update pkg/collect/host_sysctl.go
Browse files Browse the repository at this point in the history
Co-authored-by: Evans Mungai <[email protected]>
  • Loading branch information
JGAntunes and banjoh authored Nov 7, 2024
1 parent 39a9f8b commit 4a7172c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/collect/host_sysctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
troubleshootv1beta2 "github.com/replicatedhq/troubleshoot/pkg/apis/troubleshoot/v1beta2"
)

// Ensure `CollectHostSysctl` implements `HostCollector` interface at compile time.
var _ HostCollector = (*CollectHostSysctl)(nil)

var execCommand = exec.Command
Expand Down

0 comments on commit 4a7172c

Please sign in to comment.