Skip to content

Commit 095c52a

Browse files
Fix powershell install script
Setting powershell variables container only numbers does not work with multiple periods (at least on Powershell 5.1). Using quotes is necessary.
1 parent 0c18793 commit 095c52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ installing the `containerd.io` package can be found at
172172
{{% /tab %}}
173173
{{% tab name="Windows (PowerShell)" %}}
174174

175-
Start a Powershell session, set `$Version` to the desired version (ex: `$Version=1.4.3`),
175+
Start a Powershell session, set `$Version` to the desired version (ex: `$Version="1.4.3"`),
176176
and then run the following commands:
177177

178178
1. Download containerd:

0 commit comments

Comments
 (0)