Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
banjoh committed Sep 26, 2023
1 parent 92bd471 commit d1f951c
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 @@ -193,7 +193,7 @@ func downloadFromHttpURL(ctx context.Context, url string, headers map[string]str
hs = append(hs, fmt.Sprintf("%s: %s", k, v))
}

klog.V(1).Infof("Downloading troubleshoot specs: usr=%s, headers=[%v]", url, strings.Join(hs, ", "))
klog.V(1).Infof("Downloading troubleshoot specs: url=%s, headers=[%v]", url, strings.Join(hs, ", "))
req, err := http.NewRequestWithContext(ctx, "GET", url, nil)
if err != nil {
// exit code: should this be catch all or spec issues...?
Expand Down

0 comments on commit d1f951c

Please sign in to comment.