Skip to content

Commit

Permalink
fix: scaledown processor checker error
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostloda committed Jul 1, 2024
1 parent 263c9a2 commit d855c51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/checker/host_checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ func (a ContainerdChecker) Check(cluster *v2.Cluster, _ string) error {
return err
}
return checkContainerd(execer, ipList)

}

// Check whether the containerd is installed
Expand Down

0 comments on commit d855c51

Please sign in to comment.