Skip to content

Commit 0cb9cf0

Browse files
committed
fixup! fixup! feat: configure init containers
Signed-off-by: Oleksii Kurinnyi <[email protected]>
1 parent 1ff60c7 commit 0cb9cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/library/home/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

2323
// InferWorkspaceImage finds the first non-imported container component image in the
2424
// flattened devfile template. This mirrors the selection rule used by the built-in
25-
// persistent-home initializer to pick a "primary" workspace image.
25+
// persistent-home initializer to pick a "primary" workspace image.
2626
// If no such component exists, it returns an empty string.
2727
func InferWorkspaceImage(dwTemplate *v1alpha2.DevWorkspaceTemplateSpec) string {
2828
for _, component := range dwTemplate.Components {

0 commit comments

Comments
 (0)