Update environmentVarableColon.md - correct line break / fragment (#33429)
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>pull/33471/head
parent
cd9bf2b87f
commit
36f03fa595
|
@ -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, `:`.
|
||||
|
|
Loading…
Reference in New Issue