pull/2861/head
domgoer 2019-10-22 20:11:43 +08:00
parent ad10c789b8
commit 8a15afa1a1
1 changed files with 1 additions and 1 deletions

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
}