Skip to content

Commit 7e03793

Browse files
committed
remove operator
1 parent 76fcd52 commit 7e03793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/powershell.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export function generate(
7575
# Split the command at the first space to separate the program and arguments.
7676
$Program, $Arguments = $Command.Split(" ", 2)
7777
78-
$RequestComp = "& ${exec} complete --% -- $Arguments"
78+
$RequestComp = "& ${exec} complete -- $Arguments"
7979
__${name}_debug "RequestComp: $RequestComp"
8080
8181
# we cannot use $WordToComplete because it

0 commit comments

Comments
 (0)