We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66c18b4 + c32bf63 commit 27c92f4Copy full SHA for 27c92f4
pkg/cmd/extension/manager.go
@@ -334,7 +334,7 @@ func (m *Manager) Install(repo ghrepo.Interface) error {
334
return err
335
}
336
if !hs {
337
- return errors.New("extension is uninstallable: missing executable")
+ return errors.New("extension is not installable: missing executable")
338
339
340
protocol, _ := m.config.GetOrDefault(repo.RepoHost(), "git_protocol")
0 commit comments