Skip to content

Commit

Permalink
Merge pull request #73 from replicatedhq/url
Browse files Browse the repository at this point in the history
Replace default collector URL
  • Loading branch information
marccampbell authored Oct 29, 2019
2 parents 3b6ab41 + 223a4a6 commit 25ec38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analyze/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25ec38b

Please sign in to comment.