From dd39aa43fd926d10836e3f6fc3c822dc890e38d0 Mon Sep 17 00:00:00 2001 From: khanhtc1202 Date: Thu, 14 Jan 2021 15:43:28 +0900 Subject: [PATCH] Update log message for prepare deployment configuration step --- pkg/app/piped/controller/scheduler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/app/piped/controller/scheduler.go b/pkg/app/piped/controller/scheduler.go index 398e2080dc..cacf5e1722 100644 --- a/pkg/app/piped/controller/scheduler.go +++ b/pkg/app/piped/controller/scheduler.go @@ -257,7 +257,7 @@ func (s *scheduler) Run(ctx context.Context) error { ds, err := configDSP.GetReadOnly(ctx, ioutil.Discard) if err != nil { s.doneDeploymentStatus = model.DeploymentStatus_DEPLOYMENT_FAILURE - statusReason = fmt.Sprintf("Unable to prepare deploy source data at target commit (%v)", err) + statusReason = fmt.Sprintf("Unable to prepare deployment configuration source data at target commit (%v)", err) s.reportDeploymentCompleted(ctx, s.doneDeploymentStatus, statusReason, "") return err }