From 23e4e8911ebd79ff4a0cd39fa7826a4feac9e9d4 Mon Sep 17 00:00:00 2001 From: Tan Date: Wed, 27 Dec 2023 13:53:10 -0500 Subject: [PATCH] bugfix --- R/pb_info.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/pb_info.R b/R/pb_info.R index bf1c99a..1a48aec 100644 --- a/R/pb_info.R +++ b/R/pb_info.R @@ -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")