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 merge requests found
......@@ -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';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment