From 93e720942818dbf9125e8f0ffa85ded2efd79565 Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Tue, 2 Jun 2020 14:38:17 +0200
Subject: [PATCH] logs: fix typo (#6409)

---
 lib/util/exec/docker/index.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/util/exec/docker/index.ts b/lib/util/exec/docker/index.ts
index 68bda1b68b..54f6241177 100644
--- a/lib/util/exec/docker/index.ts
+++ b/lib/util/exec/docker/index.ts
@@ -104,7 +104,7 @@ async function getDockerTag(
   }
   logger.warn(
     { constraint },
-    'Failed to find a tag satisfying ruby constraint, using "latest" tag instead'
+    'Failed to find a tag satisfying constraint, using "latest" tag instead'
   );
   return 'latest';
 }
-- 
GitLab