diff --git a/R/bitbucket.R b/R/bitbucket.R index 1065cdee..1a2cc72b 100644 --- a/R/bitbucket.R +++ b/R/bitbucket.R @@ -29,7 +29,7 @@ bitbucketDownloadImpl <- function(url, destfile, ...) { list() } - request <- GET(url, auth) + result <- GET(url, auth) if (result$status != 200) { stop( sprintf( diff --git a/R/gitlab.R b/R/gitlab.R index bffa2e3a..103e3dab 100644 --- a/R/gitlab.R +++ b/R/gitlab.R @@ -29,7 +29,7 @@ gitlabDownloadImpl <- function(url, destfile, ...) { list() } - request <- GET(url, auth) + result <- GET(url, auth) if (result$status != 200) { stop( sprintf(