Skip to content

Commit 0c43d57

Browse files
authored
Fix 2024 upkeep list (#2072)
1 parent 626cc0e commit 0c43d57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/upkeep.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ use_tidy_upkeep_issue <- function(year = NULL) {
128128
Sys.Date <- NULL
129129

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

132133
posit_pkg <- is_posit_pkg()
133134
posit_person_ok <- is_posit_person_canonical()
@@ -191,8 +192,6 @@ tidy_upkeep_checklist <- function(year = NULL, repo_spec = "OWNER/REPO") {
191192
}
192193

193194
if (year <= 2023) {
194-
desc <- proj_desc()
195-
196195
bullets <- c(
197196
bullets,
198197
"### 2023",

0 commit comments

Comments
 (0)