Skip to content

Commit 2ffbe20

Browse files
authored
fix: quotes for username on Windows
1 parent b64f2c9 commit 2ffbe20

File tree

1 file changed

+2
-2
lines changed
  • released/SAP-Inside-Tracks/SITBLR_JUNE_2025

1 file changed

+2
-2
lines changed

released/SAP-Inside-Tracks/SITBLR_JUNE_2025/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ The last step in the setup is the export of the environment variables that are r
2121
- Windows:
2222

2323
```pwsh
24-
$env:BTP_USERNAME=<your SAP BTP username>
24+
$env:BTP_USERNAME='<your SAP BTP username>'
2525
$env:BTP_PASSWORD='<your SAP BTP password>'
26-
$env:CF_USER=<your SAP BTP username>
26+
$env:CF_USER='<your SAP BTP username>'
2727
$env:CF_PASSWORD='<your SAP BTP password>'
2828
```
2929

0 commit comments

Comments
 (0)