Skip to content

Commit c20138c

Browse files
authored
Rename 'on-create' script to 'setup-dotnet-dev-cert'
1 parent 52b0717 commit c20138c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dotnet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ For example, in `devcontainer.json`, add a named volume for the `x509stores` dir
5353
"target": "/home/vscode/.dotnet/corefx/cryptography/x509stores"
5454
}
5555
],
56-
"onCreateCommand": "bash .devcontainer/on-create.sh"
56+
"onCreateCommand": "bash .devcontainer/setup-dotnet-dev-cert.sh"
5757
```
5858

59-
The contents of `.devcontainer/on-create.sh`:
59+
The contents of `.devcontainer/setup-dotnet-dev-cert.sh`:
6060

6161
``` bash
6262
#!/usr/bin/env bash

0 commit comments

Comments
 (0)