Skip to content

Commit

Permalink
fix: 🐛 small typo that didn't show in my test
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Sep 18, 2024
1 parent e8d95b6 commit 9d177cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/proj.R
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ proj_create_dataset <- function(fields,
"--priority", "high",
"-y",
# To reduce compute time
"-icoding_options=RAW",
"-icoding_option=RAW",
"-ientity=participant",
fields,
glue::glue("-idataset_or_cohort_or_dashboard={database_id}"),
Expand Down

0 comments on commit 9d177cf

Please sign in to comment.