Skip to content

Commit 605b59c

Browse files
committed
fix typo in generate_oracle_output
1 parent 6a9fcc6 commit 605b59c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export(check_changes_for_autoapproval)
55
export(excluded_locations)
66
export(generate_hub_baseline)
77
export(generate_hub_ensemble)
8+
export(generate_oracle_output)
89
export(get_hub_name)
910
export(included_locations)
1011
export(update_authorized_users)

R/generate_oracle_output.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ flatten_task_list <- function(task_list, .deduplicate = TRUE) {
6969
#' @param hub_path Path to the hub root.
7070
#'
7171
#' @return nothing, invisibly, on success.
72-
#" @export
72+
#' @export
7373
generate_oracle_output <- function(hub_path) {
7474
output_dirpath <- fs::path(hub_path, "target-data")
7575
fs::dir_create(output_dirpath)

0 commit comments

Comments
 (0)