Skip to content

Commit

Permalink
fixes databrickslabs#73: Fix db_volume_delete() function, by changi…
Browse files Browse the repository at this point in the history
…ng type of `db_volume_action()` call to files.
  • Loading branch information
Vladimir Obucina committed Dec 12, 2024
1 parent c032a87 commit 7521750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/volume-fs.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ db_volume_delete <- function(path,
db_volume_action(
path = path,
action = "DELETE",
type = "directories",
type = "files",
host = host,
token = token,
perform_request = perform_request
Expand Down

0 comments on commit 7521750

Please sign in to comment.