Skip to content

Commit 67a8fdc

Browse files
committed
change error message
1 parent 2337899 commit 67a8fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/vrt-compute.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ vrt_compute.vrt_stack <- function(
107107
if (any(missing(t_srs), missing(te), missing(tr))) {
108108
cli::cli_abort(
109109
c(
110-
"The following arguments are required for a `vrt_stacked_warp` object:",
110+
"The following arguments are required for a `vrt_stack` object:",
111111
">" = (paste(c("`t_srs`", "`te`", "`tr`"), collapse = ", "))
112112
)
113113
)

0 commit comments

Comments
 (0)