Skip to content

Commit

Permalink
adding cds beta download
Browse files Browse the repository at this point in the history
  • Loading branch information
khufkens committed Aug 19, 2024
1 parent 4705afe commit abda15d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/wf_request.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ wf_request <- function(
service,
webapi = webapi_service,
cds = cds_service,
cds_beta = cds-beta_service,
cds_beta = cds_beta_service,
cds_workflow = cds_workflow,
ads = ads_service
)
Expand All @@ -166,7 +166,8 @@ wf_request <- function(
user = service_info$user,
url = service_info$url,
retry = retry,
path = path
path = path,
verbose = verbose
)

# Submit the request
Expand Down

0 comments on commit abda15d

Please sign in to comment.