Skip to content

Commit

Permalink
bug: fix clog_path
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig committed Sep 14, 2024
1 parent d0adc01 commit e466b17
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions R/pkg_news.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,7 @@ generate_news <- function(

}

clog_path <- if (file.exists("CHANGELOG.md")) {
"CHANGELOG.md"
} else {
"inst/CHANGELOG.md"
}
clog_path <- "CHANGELOG.md"

cli::cli_alert_info(
c(
Expand Down

0 comments on commit e466b17

Please sign in to comment.