Skip to content

Commit

Permalink
7
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 22, 2024
1 parent 10f80f2 commit 2dc4f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/update-news.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ update_news_impl <- function(commits,
if (dev_header_present) {
combined <- c(
parse_news_md(news_lines),
fledgeling[["news"]][1, ]$news[[1]]
fledgeling[["news"]]$news[[1]]
)
combined <- purrr::discard(combined, purrr::is_empty)
news <- regroup_news(combined)
Expand Down

0 comments on commit 2dc4f9d

Please sign in to comment.