From 8a15afa1a132318cb7dd9c1f7de081e09fa734e1 Mon Sep 17 00:00:00 2001 From: domgoer <814172254@qq.com> Date: Tue, 22 Oct 2019 20:11:43 +0800 Subject: [PATCH] fix typo --- operator/manager/setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/manager/setup.go b/operator/manager/setup.go index 284bd5912..735186620 100644 --- a/operator/manager/setup.go +++ b/operator/manager/setup.go @@ -99,7 +99,7 @@ func (s *setup) do(ctx context.Context, stage *core.Stage) error { updated, err := s.updateBuild(ctx, build) if err != nil { - logger.WithError(err).Warnln("manager: cannot bupdate the build") + logger.WithError(err).Warnln("manager: cannot update the build") return err }