Skip to content

Commit

Permalink
Merge pull request #3 from AAGI-AUS/devel
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks authored Nov 6, 2024
2 parents f8ce972 + e72468d commit 64205a4
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 64205a4

Please sign in to comment.