Skip to content

Commit

Permalink
Revert user agent change
Browse files Browse the repository at this point in the history
  • Loading branch information
banjoh committed Oct 16, 2023
1 parent d3a78b1 commit ade9b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/specs/specs.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func LoadFromCLIArgs(ctx context.Context, client kubernetes.Interface, args []st
}

// Download preflight specs
rawSpec, err := downloadFromHttpURL(ctx, v, map[string]string{"User-Agent": "Replicated_Troubleshoot/v1beta1"})
rawSpec, err := downloadFromHttpURL(ctx, v, map[string]string{"User-Agent": "Replicated_Troubleshoot/v1beta2"})
if err != nil {
return nil, err
}
Expand Down

0 comments on commit ade9b79

Please sign in to comment.