mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
fix: wrong comment
This commit is contained in:
@@ -275,7 +275,6 @@ func isNetworkAlreadyExistsError(err error) bool {
|
||||
}
|
||||
|
||||
// returns true if:
|
||||
// - err is nil
|
||||
// - err only contains no such network errors
|
||||
func isOnlyErrorNoSuchNetwork(err error) bool {
|
||||
rerr := exec.RunErrorForError(err)
|
||||
|
||||
Reference in New Issue
Block a user