Fix accidentally committed change
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user