From d2707273720ec22f5880f25e1d80751569a07617 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 12 Aug 2024 16:13:18 +0200 Subject: [PATCH] grammer nit --- bundle/phases/deploy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/phases/deploy.go b/bundle/phases/deploy.go index 91e3b9878..23d14f167 100644 --- a/bundle/phases/deploy.go +++ b/bundle/phases/deploy.go @@ -99,7 +99,7 @@ func approvalForUcSchemaDelete(ctx context.Context, b *bundle.Bundle) (bool, err // One or more DLT pipelines is being recreated. if len(dltActions) != 0 { - cmdio.LogString(ctx, "The following DLT pipelines will be recreated. Underlying tables will be unavailable for a transient period, until the newly recreated pipeline is run once successfully. History of previous pipeline update runs will be lost as a result of the recreation:") + cmdio.LogString(ctx, "The following DLT pipelines will be recreated. Underlying tables will be unavailable for a transient period until the newly recreated pipelines are run once successfully. History of previous pipeline update runs will be lost because of recreation:") for _, action := range dltActions { cmdio.Log(ctx, action) }