From 31a38110d1b3e861a41d71cb7baac64dd33839cb Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Thu, 4 Nov 2021 09:46:14 -0500 Subject: [PATCH] output of config is being included in copy/paste (#8855) --- docs/pages/getting-started/linux-server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/getting-started/linux-server.mdx b/docs/pages/getting-started/linux-server.mdx index 81c9668df08..19f3dc94eef 100644 --- a/docs/pages/getting-started/linux-server.mdx +++ b/docs/pages/getting-started/linux-server.mdx @@ -80,7 +80,7 @@ Set up an email to receive updates from Let's Encrypt, and use a valid DNS name ```code $ sudo teleport configure --acme --acme-email=your-email@example.com --cluster-name=tele.example.com -o file -Wrote config to file "/etc/teleport.yaml". Now you can start the server. Happy Teleporting! +# Wrote config to file "/etc/teleport.yaml". Now you can start the server. Happy Teleporting! ``` {/* Convert to new UI component https://github.com/gravitational/next/issues/275 */}