Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 committed Dec 27, 2023
1 parent f26251f commit 23e4e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pb_info.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pb_releases <- function(repo = guess_repo(),
latest_release <- gh::gh(
"/repos/:owner/:repo/releases/latest",
owner = r[[1]],
repo = r[[1]],
repo = r[[2]],
.token = .token
) |>
getElement("tag_name")
Expand Down

0 comments on commit 23e4e89

Please sign in to comment.