Merge pull request #5066 from cli/not-installable
This commit is contained in:
commit
27c92f4804
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue