Skip to content
Snippets Groups Projects
Unverified Commit 93e72094 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

logs: fix typo (#6409)

parent 82d1aa8a
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ async function getDockerTag( ...@@ -104,7 +104,7 @@ async function getDockerTag(
} }
logger.warn( logger.warn(
{ constraint }, { 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'; return 'latest';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment