diff --git a/internal/engine/live_update_build_and_deployer.go b/internal/engine/live_update_build_and_deployer.go index f31c03675a..e81adb7193 100644 --- a/internal/engine/live_update_build_and_deployer.go +++ b/internal/engine/live_update_build_and_deployer.go @@ -67,7 +67,7 @@ func (lubad *LiveUpdateBuildAndDeployer) BuildAndDeploy(ctx context.Context, st liveUpdInfos := make([]liveUpdInfo, 0, len(liveUpdateStateSet)) if len(liveUpdateStateSet) == 0 { - return nil, RedirectToNextBuilderInfof("no targets for LiveUpdate found") + return nil, SilentRedirectToNextBuilderf("no targets for LiveUpdate found") } for _, luStateTree := range liveUpdateStateSet {