fix: wrong comment

This commit is contained in:
wanlerong
2022-01-26 18:18:42 +08:00
parent 71cf4c8a03
commit c08fb3aa45

View File

@@ -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)