Skip to content

Commit

Permalink
add missing comma in warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Patrick Kyle committed Apr 9, 2019
1 parent b23ff9b commit 5c4e23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dash.R
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Dash <- R6::R6Class(
if (!(is.null(private$assets_folder))) {
if (!(dir.exists(private$assets_folder)) && gsub("/+", "", assets_folder) != "assets") {
warning(sprintf(
"The supplied assets folder, '%s' could not be found in the project directory.",
"The supplied assets folder, '%s', could not be found in the project directory.",
private$assets_folder),
call. = FALSE
)
Expand Down

0 comments on commit 5c4e23f

Please sign in to comment.