Skip to content

Commit

Permalink
Fix missed bracket in _targets.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan committed Jul 19, 2023
1 parent 8db3769 commit 55d5948
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,9 @@ list(
process_tests_individual_file(
data = individual_file,
year = year
),
tar_target(
)
),
tar_target(
episode_file_dataset,
arrow::write_dataset(
dataset = episode_file,
Expand Down

0 comments on commit 55d5948

Please sign in to comment.