X Tutup
Skip to content

Commit ae38daf

Browse files
author
vilmibm
committed
nit
1 parent b00e8a5 commit ae38daf

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
@@ -204,7 +204,7 @@ func (m *Manager) InstallBin(client *http.Client, repo ghrepo.Interface) error {
204204
}
205205

206206
if asset == nil {
207-
return fmt.Errorf("%s unsupported for %s. Open an issue: `gh issue create -R%s/%s -t'Support %s'`",
207+
return fmt.Errorf("%s unsupported for %s. Open an issue: `gh issue create -R %s/%s -t'Support %s'`",
208208
repo.RepoName(),
209209
suffix, repo.RepoOwner(), repo.RepoName(), suffix)
210210
}

0 commit comments

Comments
 (0)
X Tutup