Skip to content

Commit

Permalink
Force consistent sort
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed May 28, 2024
1 parent 75216ae commit fd71d1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/theme.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ build_bslib <- function(pkg = ".", call = caller_env()) {
changed <- all_deps[!diff | is.na(diff)]

if (length(changed) > 0) {
purrr::walk(changed, function(dst) {
withr::local_locale(LC_COLLATE = "C")
purrr::walk(sort(changed), function(dst) {
cli::cli_inform("Updating {dst_path(path_rel(dst, pkg$dst_path))}")
})
}
Expand Down

0 comments on commit fd71d1a

Please sign in to comment.