We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f3490 commit 1df0782Copy full SHA for 1df0782
1 file changed
src/spec-node/imageMetadata.ts
@@ -498,8 +498,8 @@ export function getDevcontainerMetadataLabel(devContainerMetadata: SubstitutedCo
498
return '';
499
}
500
const imageMetadataLabelValue = `[${metadata
501
- .map(feature => ` \\\n${toLabelString(feature)}`)
502
- .join(',')} \\\n]`;
+ .map(feature => `\\\n${toLabelString(feature)}`)
+ .join(',')}\\\n]`;
503
return `LABEL ${imageMetadataLabel}="${imageMetadataLabelValue}"`;
504
505
0 commit comments