Skip to content

Commit

Permalink
fix: 5L not 5
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Sep 10, 2024
1 parent dd6b9cf commit 2d0fd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/use-poisson-pkgdown.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use_poisson_pkgdown <- function(pkg = getwd()) {
config$template$params$bootswatch <- NULL
config$template$includes$before_title <- NULL
if (!is.null(config$template$bootstrap)) {
config$template$bootstrap <- 5
config$template$bootstrap <- 5L
}
yaml::write_yaml(config, file.path(pkg, config_path))
}
Expand Down

0 comments on commit 2d0fd35

Please sign in to comment.