From e839f100df70a32ccd4f6b0cf2a87701b0a95c23 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Fri, 24 Dec 2021 01:32:42 +0100 Subject: [PATCH] fix: move that back, still wrong but less wrong --- pkg/upstream/stack/stack.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/upstream/stack/stack.go b/pkg/upstream/stack/stack.go index cad3c3e7..9361894e 100644 --- a/pkg/upstream/stack/stack.go +++ b/pkg/upstream/stack/stack.go @@ -455,9 +455,10 @@ func deployServices( return err } logrus.Debugf("assuming %s converged successfully", serviceID) - logrus.Info("services converged 👌") } + logrus.Info("services converged 👌") + return nil }