Skip to content

Commit

Permalink
edit targets arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Sep 8, 2024
1 parent 96cb577 commit f972816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _targets_forecasts.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ forecasts_download_targets <- tar_plan(
tar_target(
name = forecasts_download_files,
command = forecasts_download(
url = forecasts_pubfiles_urls,
.url = forecasts_pubfiles_urls,
directory = "data-raw/forecasts",
overwrite = FALSE
),
Expand Down

0 comments on commit f972816

Please sign in to comment.