We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64f2c9 commit 2ffbe20Copy full SHA for 2ffbe20
released/SAP-Inside-Tracks/SITBLR_JUNE_2025/README.md
@@ -21,9 +21,9 @@ The last step in the setup is the export of the environment variables that are r
21
- Windows:
22
23
```pwsh
24
- $env:BTP_USERNAME=<your SAP BTP username>
+ $env:BTP_USERNAME='<your SAP BTP username>'
25
$env:BTP_PASSWORD='<your SAP BTP password>'
26
- $env:CF_USER=<your SAP BTP username>
+ $env:CF_USER='<your SAP BTP username>'
27
$env:CF_PASSWORD='<your SAP BTP password>'
28
```
29
0 commit comments