Commit 0f84b45
Fix Join-Path call for PowerShell 5.1 compatibility
Join-Path only accepts two path arguments in PS 5.1. Chain two
Join-Path calls instead of passing three positional arguments.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 099fc66 commit 0f84b45
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments