Skip to content

Commit

Permalink
Check
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishq.singhal committed May 19, 2023
1 parent d17dfb2 commit 78e49ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client.go
Expand Up @@ -957,12 +957,9 @@ func (c *Client) RemoveAll(path string) error {
}
}

// Delete the empty directory
return c.Remove(path)

}

return nil
return c.Remove(path)

}

Expand Down

0 comments on commit 78e49ba

Please sign in to comment.