Commit 6f56a5c
committed
fix: use -OutFile instead of ambiguous -o in PowerShell install command
In PowerShell 7.6.0+, the -o shorthand for Invoke-WebRequest is
ambiguous because it matches multiple parameters (-OperationTimeoutSeconds,
-OutFile, -OutVariable, -OutBuffer), causing the install command to fail.
Replace -o with the full -OutFile parameter in all installation
documentation files.
Fixes #31991 parent a91772b commit 6f56a5c
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- docs
- pages/_partials
- versioned_docs
- version-4.x/getting-started
- version-5.x/fragments
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments