Skip to content

Commit

Permalink
fix ws
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Feb 8, 2021
1 parent 7e2c7a1 commit 85e3505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/render.r
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ find_template <- function(type, name, ext = ".html", template_path = NULL,
locations <- path(all$path, all$name)

Find(file_exists, locations, nomatch =
stop("Can't find template for ", type, "-", name, ".", call. = FALSE))
stop("Can't find template for ", type, "-", name, ".", call. = FALSE))
}


Expand Down

0 comments on commit 85e3505

Please sign in to comment.