Skip to content

Commit

Permalink
fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 28, 2024
1 parent 1042cb3 commit 91b1a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/shell/cmd_clink/snippet.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ func Snippet(cmd *cobra.Command) string {
end
clink.argmatcher("%v")
:addarg({ carapace })
:addarg({ %v_completion})
:loop(1)
`, cmd.Name(), uid.Executable(), cmd.Name())
`, cmd.Name(), uid.Executable(), cmd.Name(), cmd.Name())
return result
}

0 comments on commit 91b1a51

Please sign in to comment.