Skip to content

Commit f5d520e

Browse files
Pass -clear boolean as 'true'
1 parent 070977d commit f5d520e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/getting-started/server/guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ The helper script also supports an optional flag which removes all existing sett
367367
re-applying them:
368368
369369
```bash
370-
pwsh setup_secrets.ps1 -clear:$True
370+
pwsh setup_secrets.ps1 -clear:true
371371
```
372372
373373
## Build and Run the Server

docs/getting-started/server/self-hosted/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ After the updates to your `secrets.json` file in your self-hosted repo, apply yo
122122
running the following command:
123123

124124
```bash
125-
pwsh setup_secrets.ps1 -clear:$True
125+
pwsh setup_secrets.ps1 -clear:true
126126
```
127127

128128
You have now updated the user secrets for your self-hosted instance.

0 commit comments

Comments
 (0)