Skip to content

Commit 21f8699

Browse files
authored
Update init.go
1 parent 551324d commit 21f8699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/init.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ const (
5353
HelmChartOption = "helm: Use my own Helm chart (e.g. local via ./chart/ or any remote chart)"
5454
ManifestsOption = "kubectl: Use existing Kubernetes manifests (e.g. ./kube/deployment.yaml)"
5555
KustomizeOption = "kustomize: Use an existing Kustomization (e.g. ./kube/kustomization/)"
56-
NewDevSpaceConfigOption = "Create a new DevSpace configuration"
57-
DockerComposeDevSpaceConfigOption = "Create a new DevSpace configuration from the existing Docker Compose"
56+
NewDevSpaceConfigOption = "Create a new devspace.yaml from scratch"
57+
DockerComposeDevSpaceConfigOption = "Convert existing docker-compose.yml to devspace.yaml"
5858

5959
// The default name for the production profile
6060
productionProfileName = "production"

0 commit comments

Comments
 (0)