Skip to content

Commit

Permalink
Fix dotnet-suggest zsh completion shim
Browse files Browse the repository at this point in the history
  • Loading branch information
arussellk committed Aug 27, 2024
1 parent 803d859 commit 97bc186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System.CommandLine.Suggest/dotnet-suggest-shim.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _dotnet_zsh_complete()
full_line="$words"

# Get the completion results, will be newline-delimited
completions=$(dotnet suggest get --executable "$full_path" -- "$full_line")
completions=$(dotnet-suggest get --executable "$full_path" -- "$full_line")
# explode the completions by linefeed instead of by spaces into the descriptions for the
# _values helper function.

Expand Down

0 comments on commit 97bc186

Please sign in to comment.