Skip to content

Commit

Permalink
Fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hsloot authored Oct 30, 2023
1 parent c3571f6 commit e08796d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/build-home-md.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build_home_md <- function(pkg) {
}

# Do not always include GH contribution (issue + PR) templates
gh_contrib_templates <- c("pull_request_template.md", "pull_request_template.md")
gh_contrib_templates <- c("issue_template.md", "pull_request_template.md")
mds <- mds[!fs::path_file(mds) %in% gh_contrib_templates]

lapply(mds, render_md, pkg = pkg)
Expand Down

0 comments on commit e08796d

Please sign in to comment.