Skip to content

Commit

Permalink
Fix 2024 upkeep list (#2072)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- authored Oct 21, 2024
1 parent 626cc0e commit 0c43d57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/upkeep.R
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ use_tidy_upkeep_issue <- function(year = NULL) {
Sys.Date <- NULL

tidy_upkeep_checklist <- function(year = NULL, repo_spec = "OWNER/REPO") {
desc <- proj_desc()

posit_pkg <- is_posit_pkg()
posit_person_ok <- is_posit_person_canonical()
Expand Down Expand Up @@ -191,8 +192,6 @@ tidy_upkeep_checklist <- function(year = NULL, repo_spec = "OWNER/REPO") {
}

if (year <= 2023) {
desc <- proj_desc()

bullets <- c(
bullets,
"### 2023",
Expand Down

0 comments on commit 0c43d57

Please sign in to comment.