Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

Commit

Permalink
fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbrmstr committed Oct 7, 2018
1 parent 3a7412a commit 842cc72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/download-chromium.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @param chromium_revision version to download (keep default unless you require
#' a specific version)
#' @export
download_chromium <- function(path = NULL, chromium_revision = 579032) {
download_chromium <- function(path, chromium_revision = 579032) {

path <- path.expand(path)
stopifnot(dir.exists(path))
Expand Down
2 changes: 1 addition & 1 deletion man/download_chromium.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 842cc72

Please sign in to comment.