Update environmentVarableColon.md - correct line break / fragment (#33429)

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
pull/33471/head
Hasitha N. Liyanage 2024-08-28 22:32:22 +05:30 committed by GitHub
parent cd9bf2b87f
commit 36f03fa595
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,3 @@
The `:` separator doesn't work with environment variable hierarchical keys on all platforms. `__`, the double underscore, is:
* Supported by all platforms. For example, the `:` separator is not supported by [Bash](https://linuxhint.com/bash-environment-variables/), but `__` is.
* Automatically replaced by a `:`
The `:` separator doesn't work with environment variable hierarchical keys on all platforms. For example, the `:` separator is not supported by [Bash](https://linuxhint.com/bash-environment-variables/). The double underscore, `__`, is:
* Supported by all platforms.
* Automatically replaced by a colon, `:`.