mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-23 09:35:22 +00:00
logging: fix up some typos
Change-type: patch Signed-off-by: Matthew McGinn <matthew@balena.io>
This commit is contained in:
@ -84,7 +84,7 @@ export class DockerUtils extends DockerToolbelt {
|
|||||||
|
|
||||||
if (!_.includes([2, 3], deltaOpts.deltaVersion)) {
|
if (!_.includes([2, 3], deltaOpts.deltaVersion)) {
|
||||||
logFn(
|
logFn(
|
||||||
`Unsupported delta version: ${deltaOpts.deltaVersion}. Failling back to regular pull`,
|
`Unsupported delta version: ${deltaOpts.deltaVersion}. Falling back to regular pull`,
|
||||||
);
|
);
|
||||||
return await this.fetchImageWithProgress(imgDest, deltaOpts, onProgress);
|
return await this.fetchImageWithProgress(imgDest, deltaOpts, onProgress);
|
||||||
}
|
}
|
||||||
@ -193,7 +193,7 @@ export class DockerUtils extends DockerToolbelt {
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new Error(
|
throw new Error(
|
||||||
`Unsupposed delta version: ${deltaOpts.deltaVersion}`,
|
`Unsupported delta version: ${deltaOpts.deltaVersion}`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
Reference in New Issue
Block a user