Skip to content

Commit 73ae033

Browse files
test new GitLab functions
1 parent bcdd7e6 commit 73ae033

File tree

27 files changed

+1998
-11
lines changed

27 files changed

+1998
-11
lines changed

R/gitlab-tags.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gitlab_tags_cache <- function(package, user) {
3535
abort_gl_rate_limit(cnd)
3636
}, httr2_http_404 = function(cnd) {
3737
rlang::abort(
38-
sprintf("Can't find user or group `%1$s` on GitLab.", user),
38+
sprintf("Can't find repository `%1$s/%2$s` on GitLab.", user, package),
3939
parent = cnd
4040
)
4141
})

0 commit comments

Comments
 (0)