Skip to content

Commit 9e4e5cc

Browse files
committed
filenames are case-sensitive on linux platforms
1 parent f7c700d commit 9e4e5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/plotly.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ locale_dependency <- function(locale) {
469469
name = paste0("plotly-locale-", locale),
470470
version = plotlyMainBundle()$version,
471471
src = list(file = locale_dir),
472-
script = scripts,
472+
script = tolower(scripts),
473473
all_files = FALSE
474474
)
475475
}

0 commit comments

Comments
 (0)