From c32bf6387ea398210e820493d872b2f78ad4c840 Mon Sep 17 00:00:00 2001 From: nate smith Date: Wed, 19 Jan 2022 11:44:05 -0600 Subject: [PATCH] update wording for extensions that cannot be installed --- pkg/cmd/extension/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/extension/manager.go b/pkg/cmd/extension/manager.go index 5652fb564..3449092cc 100644 --- a/pkg/cmd/extension/manager.go +++ b/pkg/cmd/extension/manager.go @@ -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")