Merge branch 'v1.12' into patch-1

This commit is contained in:
arthbalete 2024-02-01 16:40:12 +01:00 committed by GitHub
commit b0b68d401f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 2 deletions

View File

@ -135,9 +135,14 @@ ls $HOME/.dapr
{{% /codetab %}}
{{% codetab %}}
You can verify using either PowerShell or command line. If using PowerShell, run:
```powershell
explorer "%USERPROFILE%\.dapr\"
explorer "$env:USERPROFILE\.dapr"
```
If using command line, run:
```cmd
explorer "%USERPROFILE%\.dapr"
```
**Result:**