Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit dc61d4e

Browse files
committed
Fix code block indentation
1 parent 02eafc9 commit dc61d4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gdi/opentelemetry/collector-windows/install-windows-msi.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ Follow these steps:
6666

6767
2. Run the following command, where ``PATH_TO_MSI`` is the full path to the downloaded package. For example, ``C:\your\download\folder\splunk-otel-collector-0.4.0-amd64.msi``.
6868

69-
.. code-block:: PowerShell
69+
.. code-block:: PowerShell
7070
71-
Start-Process -Wait msiexec "/i PATH_TO_MSI /qn"
71+
Start-Process -Wait msiexec "/i PATH_TO_MSI /qn"
7272
73-
3. Configure the Collector using the variables listed in the table below.
73+
3. Configure the Collector using the variables listed in the table that follows:
7474

75-
.. code-block:: PowerShell
75+
.. code-block:: PowerShell
7676
77-
Start-Process -Wait msiexec "/i PATH_TO_MSI /qn SPLUNK_ACCESS_TOKEN=<my_access_token>"
77+
Start-Process -Wait msiexec "/i PATH_TO_MSI /qn SPLUNK_ACCESS_TOKEN=<my_access_token>"
7878
7979
Use the following installation configurations with the MSI deployment method:
8080

0 commit comments

Comments
 (0)