fix typo
This commit is contained in:
parent
ad10c789b8
commit
8a15afa1a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue