Skip to content

Commit 9fe50a3

Browse files
committed
fix sloppy copy & paste
1 parent 0cf7b42 commit 9fe50a3

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
@@ -236,7 +236,7 @@ read_cmdstan_csv <- function(files,
236236
grep_path_quotes <- paste0('"', grep_path_repaired, '"')
237237
fread_cmd <- paste0(
238238
grep_path_quotes,
239-
" '^[#a-zA-Z]' --color=never '",
239+
" -v '^#' --color=never '",
240240
output_file,
241241
"'"
242242
)

0 commit comments

Comments
 (0)