Merge pull request #13203 from cli/tm/skills-search-fix

Remove misleading text
This commit is contained in:
Babak K. Shandiz 2026-04-17 10:34:39 +01:00 committed by GitHub
commit bc9ba9b0e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -540,7 +540,7 @@ func promptInstall(opts *SearchOptions, skills []skillResult) error {
}
indices, err := opts.Prompter.MultiSelect(
"Select skills to install (press Enter to skip):",
"Select skills to install:",
nil,
options,
)