Skip to content

Commit

Permalink
Change plugin update URL to hub.steampipe.io. Closes #201
Browse files Browse the repository at this point in the history
  • Loading branch information
binaek committed Feb 19, 2021
1 parent d774afa commit c051752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pluginmanager/pluginupdate.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func (pvc *PluginVersionChecker) getVersionCheckURL() url.URL {
var u url.URL
//https://hub-steampipe-io-git-development.turbot.vercel.app/api/plugin/version
u.Scheme = "https"
u.Host = "hub-steampipe-io-git-development.turbot.vercel.app"
u.Host = "hub.steampipe.io"
u.Path = "api/plugin/version"
return u
}
Expand Down

0 comments on commit c051752

Please sign in to comment.