Skip to content

Commit

Permalink
fix typo on fleet.go (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonQ authored Nov 10, 2023
1 parent 84ceeba commit 0a0897a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kibana/fleet.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func (client *Client) CreateDownloadSource(ctx context.Context, source DownloadS
if resp.StatusCode != http.StatusOK {
var respBody string
if bs, err := io.ReadAll(resp.Body); err != nil {
respBody = "could not read repose body"
respBody = "could not read response body"
} else {
respBody = string(bs)
}
Expand Down

0 comments on commit 0a0897a

Please sign in to comment.