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

chore(internal): fix log message typo (#6317)

parent 692bddc9
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ export async function removeDanglingContainers(): Promise<void> {
throw new Error(SYSTEM_INSUFFICIENT_MEMORY);
}
if (err.stderr?.includes('Cannot connect to the Docker daemon')) {
logger.info('No docker deamon found');
logger.info('No docker daemon found');
} else {
logger.warn({ err }, 'Error removing dangling containers');
}
......
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