Skip to content

Commit

Permalink
Pass -clear as switch
Browse files Browse the repository at this point in the history
  • Loading branch information
amorask-bitwarden committed Sep 14, 2023
1 parent 070977d commit 4e4a299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/server/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,11 @@ repository.
pwsh setup_secrets.ps1
```
The helper script also supports an optional flag which removes all existing settings before
The helper script also supports an optional `-clear` flag which removes all existing settings before
re-applying them:
```bash
pwsh setup_secrets.ps1 -clear:$True
pwsh setup_secrets.ps1 -clear
```
## Build and Run the Server
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/server/self-hosted/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ After the updates to your `secrets.json` file in your self-hosted repo, apply yo
running the following command:

```bash
pwsh setup_secrets.ps1 -clear:$True
pwsh setup_secrets.ps1 -clear
```

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

0 comments on commit 4e4a299

Please sign in to comment.