Skip to content

Commit 1d2b0bb

Browse files
committed
Corrected last linux command
1 parent 25064a4 commit 1d2b0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/cognitive-services-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Create and assign persisted environment variable, given the value.
8383

8484
```Bash
8585
# Assigns the env var to the value
86-
echo export ENVIRONMENT_VARIABLE_KEY="value"" >> /etc/environment && source /etc/environment
86+
echo export ENVIRONMENT_VARIABLE_KEY="value" >> /etc/environment && source /etc/environment
8787
```
8888

8989
In a new instance of the **Bash**, read the environment variable.

0 commit comments

Comments
 (0)