Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Jan 16, 2025
1 parent 2e8f360 commit e53c9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manager/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func Uninstall(ctx context.Context, logf LogFunc) error {
logf("Successfully removed manager drop-in directory")

logf("Removing manager systemd unit file")
_ = os.RemoveAll(SystemdUnitFilePath())
err = os.RemoveAll(SystemdUnitFilePath())
if err != nil {
return fmt.Errorf("remove manager systemd unit file: %w", err)
}
Expand Down

0 comments on commit e53c9da

Please sign in to comment.