Skip to content

Commit

Permalink
pkg_function parameter added
Browse files Browse the repository at this point in the history
  • Loading branch information
saiemgilani committed Apr 6, 2023
1 parent c761b52 commit e798b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/upload.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ sportsdataverse_save <- function(data_frame,

.file_names <- file.path(temp_dir, paste0(file_name, .filetypes))

sportsdataverse_upload(.file_names, tag = release_tag, .token = .token)
sportsdataverse_upload(.file_names, tag = release_tag, pkg_function = pkg_function, .token = .token)
}

0 comments on commit e798b5f

Please sign in to comment.