Skip to content

Commit

Permalink
test new GitLab functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdaradunGaztea committed Jan 25, 2025
1 parent bcdd7e6 commit 73ae033
Show file tree
Hide file tree
Showing 27 changed files with 1,998 additions and 11 deletions.
2 changes: 1 addition & 1 deletion R/gitlab-tags.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gitlab_tags_cache <- function(package, user) {
abort_gl_rate_limit(cnd)
}, httr2_http_404 = function(cnd) {
rlang::abort(
sprintf("Can't find user or group `%1$s` on GitLab.", user),
sprintf("Can't find repository `%1$s/%2$s` on GitLab.", user, package),
parent = cnd
)
})
Expand Down
Loading

0 comments on commit 73ae033

Please sign in to comment.