X Tutup
Skip to content

Commit 27c92f4

Browse files
author
Nate Smith
authored
Merge pull request cli#5066 from cli/not-installable
2 parents 66c18b4 + c32bf63 commit 27c92f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/extension/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ func (m *Manager) Install(repo ghrepo.Interface) error {
334334
return err
335335
}
336336
if !hs {
337-
return errors.New("extension is uninstallable: missing executable")
337+
return errors.New("extension is not installable: missing executable")
338338
}
339339

340340
protocol, _ := m.config.GetOrDefault(repo.RepoHost(), "git_protocol")

0 commit comments

Comments
 (0)
X Tutup