From 223a4a6e0a62452592d73df69120c6667d4d7505 Mon Sep 17 00:00:00 2001 From: divolgin Date: Tue, 29 Oct 2019 03:28:27 +0000 Subject: [PATCH] Replace default collector URL --- pkg/analyze/download.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/analyze/download.go b/pkg/analyze/download.go index f4a9d98f8..282d55afa 100644 --- a/pkg/analyze/download.go +++ b/pkg/analyze/download.go @@ -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