From efae13f39f628aa894977fc157bc97194248c6c3 Mon Sep 17 00:00:00 2001 From: dezdez Date: Tue, 7 May 2024 06:38:21 +1000 Subject: [PATCH] Update install.md (#5456) Removed erroneous backtick character. This is two separate PowerShell commands. Co-authored-by: Scott Anderson --- content/telegraf/v1/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/telegraf/v1/install.md b/content/telegraf/v1/install.md index 247b8e7fb..696663572 100644 --- a/content/telegraf/v1/install.md +++ b/content/telegraf/v1/install.md @@ -302,7 +302,7 @@ In PowerShell _as an administrator_, do the following: wget ` https://dl.influxdata.com/telegraf/releases/telegraf-{{% latest-patch %}}_windows_amd64.zip ` -UseBasicParsing ` - -OutFile telegraf-{{< latest-patch >}}_windows_amd64.zip ` + -OutFile telegraf-{{< latest-patch >}}_windows_amd64.zip Expand-Archive .\telegraf-{{% latest-patch %}}_windows_amd64.zip ` -DestinationPath 'C:\Program Files\InfluxData\telegraf\' ```