Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/brazil-data-cube/rstac in…
Browse files Browse the repository at this point in the history
…to b-0.9.2-4
  • Loading branch information
OldLipe committed Jun 13, 2023
2 parents b98532b + 2b2cecf commit ff7eca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/request.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ post_request <- function(q, ..., encode = c("json", "multipart", "form")) {
httr_encode <- c("json", "multipart", "form")
encode <- encode[[1]]
if (!encode %in% httr_encode)
.error("Invalid body `encode` '%s'. Allowed `econde` are %s.",
.error("Invalid body `encode` '%s'. Allowed `encode` are %s.",
encode, paste0("'", httr_encode, "'", collapse = ", "))

# stamp verb
Expand Down

0 comments on commit ff7eca2

Please sign in to comment.