Skip to content

Commit

Permalink
Update release_otc_contract_data.R
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 authored Apr 26, 2022
1 parent 65a00fb commit c4067c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/release_otc_contract_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ to_upload <- to_upload[stringr::str_detect(to_upload, "historical")]

cli::cli_ul("Will release {.path {to_upload}}")

nflversedata::nflverse_upload(to_upload, "contract_data")
nflversedata::nflverse_upload(to_upload, "contracts")

cli::cli_alert_info("Remove Temporary Directory")
unlink(save_dir, recursive = TRUE)
Expand Down

0 comments on commit c4067c7

Please sign in to comment.