Skip to content

Commit d022b86

Browse files
TA-4580: Fix profile env variables documentation (#286)
1 parent 396b46c commit d022b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ the Team URL and API token directly in the command by using the ***CELONIS_URL*
183183
and ***CELONIS_API_TOKEN*** environment variables. For example:
184184

185185
```
186-
CELONIS_URL <your-team-url> CELONIS_API_TOKEN <your-api-token> content-cli <command>
186+
CELONIS_URL=<your-team-url> CELONIS_API_TOKEN=<your-api-token> content-cli <command>
187187
```
188188

189189

0 commit comments

Comments
 (0)