Skip to content

Commit 7ca3fbc

Browse files
authored
Update initialize-project.mdx
1 parent 583a3fc commit 7ca3fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/getting-started/initialize-project.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Congratulations! You have succesfully initialized your first DevSpace project!
102102

103103
After running `devspace init`, you will see 3 changes in your project:
104104
1. New file `devspace.yaml` (tells DevSpace how this project should be build, deployed, and developed)
105-
2. New file `devspace_start.yaml` (is used to show information to the user when the terminal for the dev container opens)
105+
2. New file `devspace_start.sh` (is used to show information to the user when the terminal for the dev container opens)
106106
3. Added `.devspace/` folder to `.gitignore` (the `.devspace/` folder is used by DevSpace to store some information locally when you are working with this project, e.g. caching to speed up things)
107107

108108
The `devspace.yaml` should look similar to this one:

0 commit comments

Comments
 (0)