mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Fixing typo on service log output.
Signed-off-by: Adam Avilla <aavilla@yp.com> Upstream-commit: 7cc6fe575895dca6c50c4eadb0fd4c4986d05048 Component: engine
This commit is contained in:
@@ -109,7 +109,7 @@ func (sr *swarmRouter) createService(ctx context.Context, w http.ResponseWriter,
|
||||
|
||||
id, err := sr.backend.CreateService(service)
|
||||
if err != nil {
|
||||
logrus.Errorf("Error reating service %s: %v", id, err)
|
||||
logrus.Errorf("Error creating service %s: %v", id, err)
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user