nit
This commit is contained in:
parent
b00e8a5681
commit
ae38daf08a
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ func (m *Manager) InstallBin(client *http.Client, repo ghrepo.Interface) error {
|
|||
}
|
||||
|
||||
if asset == nil {
|
||||
return fmt.Errorf("%s unsupported for %s. Open an issue: `gh issue create -R%s/%s -t'Support %s'`",
|
||||
return fmt.Errorf("%s unsupported for %s. Open an issue: `gh issue create -R %s/%s -t'Support %s'`",
|
||||
repo.RepoName(),
|
||||
suffix, repo.RepoOwner(), repo.RepoName(), suffix)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue