Skip to content

Commit 0e413e7

Browse files
committed
Fixes
1 parent 31844fa commit 0e413e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

R/snapshot-github.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ gh_find_job <- function(repository, run_id) {
5454
)
5555
jobs <- jobs[order(jobs$name), ]
5656

57-
idx <- menu(jobs$name, title = "Which job?")
57+
idx <- utils::menu(jobs$name, title = "Which job?")
5858
if (idx == 0) {
5959
cli::cli_abort("Selection cancelled.")
6060
}

man/snapshot_download_gh.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)