Skip to content

Commit

Permalink
more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arbll committed Dec 14, 2024
1 parent 72501a5 commit d068724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/fleet/installer/packages/datadog_installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func addDDAgentGroup(ctx context.Context) error {
return exec.CommandContext(ctx, "groupadd", "--system", "dd-agent").Run()
}

// PrepareInstaller prepares the installer
func PrepareInstaller(ctx context.Context) error {
if err := stopUnit(ctx, installerUnit); err != nil {
log.Warnf("Failed to stop unit %s: %s", installerUnit, err)
Expand Down

0 comments on commit d068724

Please sign in to comment.