Skip to content
Snippets Groups Projects
Commit 989caae2 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: fix docker warn message

parent 8d4970b6
No related branches found
No related tags found
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 ruby image instead'
'Failed to find a tag satisfying ruby 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