Skip to content

Commit b174607

Browse files
committed
Fix prepare_data
1 parent 5174d38 commit b174607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/mod_prepare_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ mod_prepare_data <- function(
307307
## CHELSA -----
308308

309309
ecokit::cat_time("CHELSA", level = 1L, verbose = verbose_progress)
310-
r_chelsa <- fs::path(path_chelsa, "projected_rdata", "r_current.RData")
310+
r_chelsa <- fs::path(path_chelsa, "projected_rdata", "R_current.RData")
311311
if (!fs::file_exists(r_chelsa)) {
312312
ecokit::stop_ctx(
313313
"r_chelsa file does not exist", r_chelsa = r_chelsa,

0 commit comments

Comments
 (0)