From 3ae27bffc54cd74f4e211bb56427f0d4dd047d09 Mon Sep 17 00:00:00 2001 From: restitux Date: Fri, 24 Feb 2023 23:00:31 -0700 Subject: [PATCH] Cleanup logging --- pipeline_executor/pipeline_executor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline_executor/pipeline_executor.go b/pipeline_executor/pipeline_executor.go index a1454c8..c2af4ff 100644 --- a/pipeline_executor/pipeline_executor.go +++ b/pipeline_executor/pipeline_executor.go @@ -159,7 +159,7 @@ func ExecutePipeline(pe PipelineExecution, db database.Database, pipelineConf co return } - log.Info("Image built sucessfully sucessfully") + log.Info("Image built sucessfully") hostConfig := container.HostConfig{}