Skip to content

Commit

Permalink
fix: zsh completions generation (#2943)
Browse files Browse the repository at this point in the history
Signed-off-by: vic1707 <[email protected]>
  • Loading branch information
vic1707 authored Sep 5, 2024
1 parent 2449ed7 commit 30865a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/completion/zsh/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ _{{ $prog }}_complete_folders () {
_describe -t folders "folders" folders -qS /
}
_{{ $prog }}`
compdef _{{ $prog }} {{ $prog }}`

0 comments on commit 30865a7

Please sign in to comment.