This commit is contained in:
domgoer 2019-10-22 20:11:43 +08:00
parent ad10c789b8
commit 8a15afa1a1

View file

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