Skip to content

Commit 0cf7b42

Browse files
committed
syntax fix
1 parent 3c81083 commit 0cf7b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/csv.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ read_cmdstan_csv <- function(files,
237237
fread_cmd <- paste0(
238238
grep_path_quotes,
239239
" '^[#a-zA-Z]' --color=never '",
240-
csv_file,
240+
output_file,
241241
"'"
242242
)
243243
} else {

0 commit comments

Comments
 (0)