mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-19 03:06:27 +00:00
Fix typo in delta request error message
Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
parent
56c79945c3
commit
175cbfee50
@ -141,7 +141,9 @@ export class DockerUtils extends DockerToolbelt {
|
||||
)
|
||||
) {
|
||||
throw new Error(
|
||||
`Got ${res.statusCode} when request image from delta server.`,
|
||||
`Got ${
|
||||
res.statusCode
|
||||
} when requesting an image from delta server.`,
|
||||
);
|
||||
}
|
||||
const deltaUrl = res.headers['location'];
|
||||
|
Loading…
Reference in New Issue
Block a user