Skip to content

Commit 65635ee

Browse files
jdstrandjstirnaman
authored andcommitted
fix: move 'yum install' outside the 'cat' for influxdb3 installs (#6666)
1 parent 7d3ab8c commit 65635ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/shared/influxdb3/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ baseurl = https://repos.influxdata.com/stable/\$basearch/main
177177
enabled = 1
178178
gpgcheck = 1
179179
gpgkey = file:///usr/share/influxdata-archive-keyring/keyrings/influxdata-archive.asc
180-
yum install influxdb3-{{< product-key >}}
181180
EOF
181+
yum install influxdb3-{{< product-key >}}
182182
```
183183

184184
{{% /expand %}}

0 commit comments

Comments
 (0)