Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shihyuho committed Feb 15, 2019
1 parent e21304c commit 284de89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/installer/github_installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func newGitHubInstaller(log *logrus.Logger, source, tag string, asset int, home
if release, _, err = client.Repositories.GetLatestRelease(ctx, owner, repo); err != nil {
return nil, err
}
log.Printf("fetched latest published release %q", release.GetName())
log.Printf("fetching latest published release %q", release.GetName())
} else {
log.Debugf("fetching the release from github.com/%s/%s with tag %q\n", owner, repo, tag)
if release, _, err = client.Repositories.GetReleaseByTag(ctx, owner, repo, tag); err != nil {
Expand Down

0 comments on commit 284de89

Please sign in to comment.