Merge pull request #5066 from cli/not-installable

This commit is contained in:
Nate Smith 2022-01-19 13:57:53 -06:00 committed by GitHub
commit 27c92f4804
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -334,7 +334,7 @@ func (m *Manager) Install(repo ghrepo.Interface) error {
return err
}
if !hs {
return errors.New("extension is uninstallable: missing executable")
return errors.New("extension is not installable: missing executable")
}
protocol, _ := m.config.GetOrDefault(repo.RepoHost(), "git_protocol")