We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff60c7 commit 0cb9cf0Copy full SHA for 0cb9cf0
pkg/library/home/util.go
@@ -22,7 +22,7 @@ import (
22
23
// InferWorkspaceImage finds the first non-imported container component image in the
24
// flattened devfile template. This mirrors the selection rule used by the built-in
25
-// persistent-home initializer to pick a "primary" workspace image.
+// persistent-home initializer to pick a "primary" workspace image.
26
// If no such component exists, it returns an empty string.
27
func InferWorkspaceImage(dwTemplate *v1alpha2.DevWorkspaceTemplateSpec) string {
28
for _, component := range dwTemplate.Components {
0 commit comments