Skip to content

Commit

Permalink
Fix cli syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Nov 6, 2024
1 parent 95b197f commit e72468d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/read_cog.R
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ read_cog <- function(data = "smips",
if (.collection == "totalbucket" &&
.url_year < 2005 ||
.day > .last_week) {
cli::cli_abort("The data are not available before 2005 and past {.last_week}")
cli::cli_abort("The data are not available before 2005 and past { .last_week }")
}
}

Expand Down

0 comments on commit e72468d

Please sign in to comment.