Skip to content

Commit e981063

Browse files
Adam LockeDr-kyle
andauthored
[DOCS] Fix HOSTNAME quotes (#80115) (#80297)
error: export HOSTNAME=“host1,host2" Co-authored-by: Kyle.K.Zhao <[email protected]>
1 parent 42ae317 commit e981063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/setup/configuration.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Values for environment variables must be simple strings. Use a comma-separated s
100100

101101
[source,yaml]
102102
----
103-
export HOSTNAME=host1,host2"
103+
export HOSTNAME="host1,host2"
104104
----
105105

106106
[discrete]

0 commit comments

Comments
 (0)