Fix accidentally committed change
This commit is contained in:
parent
fae4699bba
commit
784ac93688
|
@ -4,7 +4,7 @@ library(bookdown)
|
||||||
library(methods)
|
library(methods)
|
||||||
|
|
||||||
args <- commandArgs(trailingOnly = TRUE)
|
args <- commandArgs(trailingOnly = TRUE)
|
||||||
path <- temp.Rmd
|
path <- args[1]
|
||||||
|
|
||||||
if (!file.exists(path)) {
|
if (!file.exists(path)) {
|
||||||
stop("Can't find path ", path, call. = FALSE)
|
stop("Can't find path ", path, call. = FALSE)
|
||||||
|
|
Loading…
Reference in New Issue