Skip to content

Commit

Permalink
fix: Write out result in describe function
Browse files Browse the repository at this point in the history
  • Loading branch information
l0wl3vel committed Jan 22, 2024
1 parent 3fa49cf commit 27a04af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (c *Client) Describe(path string) (Object, error) {

resp, err := c.R().
SetHeader("Accept", "application/json").
SetResult(object).
SetResult(&object).
Execute("DESCRIBE", path)
c.logger.Debugf("Describe Request Response: %v", resp)

Expand Down

0 comments on commit 27a04af

Please sign in to comment.