Skip to content

Commit 25ec38b

Browse files
authored
Merge pull request #73 from replicatedhq/url
Replace default collector URL
2 parents 3b6ab41 + 223a4a6 commit 25ec38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/analyze/download.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func extractTroubleshootBundle(reader io.Reader, destDir string) error {
139139
}
140140

141141
func getTroubleshootAnalyzers() ([]*troubleshootv1beta1.Analyze, error) {
142-
specURL := `https://gist.githubusercontent.com/divolgin/92b512ad4697c7255f383a7c1b56fd83/raw`
142+
specURL := `https://troubleshoot.replicated.com/`
143143
resp, err := http.Get(specURL)
144144
if err != nil {
145145
return nil, err

0 commit comments

Comments
 (0)