Skip to content

Commit aac4772

Browse files
committed
fix command line
1 parent 486b83e commit aac4772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/cognitive-services-environment-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: PatrickFarley
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.topic: how-to
10-
ms.date: 08/15/2022
10+
ms.date: 09/09/2022
1111
ms.author: pafarley
1212
---
1313

@@ -25,7 +25,7 @@ Use the following command to create and assign a persisted environment variable,
2525

2626
```CMD
2727
:: Assigns the env var to the value
28-
setx ENVIRONMENT_VARIABLE_KEY="value"
28+
setx ENVIRONMENT_VARIABLE_KEY "value"
2929
```
3030

3131
In a new instance of the Command Prompt, use the following command to read the environment variable.

0 commit comments

Comments
 (0)