Fix accidentally committed change

This commit is contained in:
hadley 2015-12-16 16:44:59 -06:00
parent fae4699bba
commit 784ac93688
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ library(bookdown)
library(methods)
args <- commandArgs(trailingOnly = TRUE)
path <- temp.Rmd
path <- args[1]
if (!file.exists(path)) {
stop("Can't find path ", path, call. = FALSE)