Skip to content

Commit

Permalink
name the required name variable
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Sep 13, 2023
1 parent de1c8d5 commit 2ea565e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/assets.R
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ assets_cleanup <- function(
) {
stopifnot(length(list(...)) == 0)
versions <- vapply(
assets_dirs(dir),
assets_dirs(dir = dir),
function(ver_path) {
sub(shinylive_prefix, "", basename(ver_path))
},
Expand Down

0 comments on commit 2ea565e

Please sign in to comment.