Skip to content

Commit be85aa8

Browse files
authored
fix: forward parameters with splatting on powershell shims (#445)
1 parent 0ee3159 commit be85aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/shim/shim_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ param (
4242
$params
4343
)
4444
45-
& '%s' $params
45+
& '%s' @params
4646
`
4747

4848
//go:embed binary/shim.exe

0 commit comments

Comments
 (0)