mirror of
https://github.com/rancher/os.git
synced 2025-09-04 08:14:21 +00:00
migrate to upstream libcompose in one and a half go
This commit is contained in:
2
vendor/github.com/docker/libnetwork/error.go
generated
vendored
2
vendor/github.com/docker/libnetwork/error.go
generated
vendored
@@ -129,7 +129,7 @@ type ActiveEndpointsError struct {
|
||||
}
|
||||
|
||||
func (aee *ActiveEndpointsError) Error() string {
|
||||
return fmt.Sprintf("network with name %s id %s has active endpoints", aee.name, aee.id)
|
||||
return fmt.Sprintf("network %s has active endpoints", aee.name)
|
||||
}
|
||||
|
||||
// Forbidden denotes the type of this error
|
||||
|
Reference in New Issue
Block a user