Merge pull request #73 from replicatedhq/url

Replace default collector URL
This commit is contained in:
Marc Campbell
2019-10-29 10:49:37 -07:00
committed by GitHub

View File

@@ -139,7 +139,7 @@ func extractTroubleshootBundle(reader io.Reader, destDir string) error {
}
func getTroubleshootAnalyzers() ([]*troubleshootv1beta1.Analyze, error) {
specURL := `https://gist.githubusercontent.com/divolgin/92b512ad4697c7255f383a7c1b56fd83/raw`
specURL := `https://troubleshoot.replicated.com/`
resp, err := http.Get(specURL)
if err != nil {
return nil, err