We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d561ed9 commit b3d72dbCopy full SHA for b3d72db
R/github.R
@@ -36,7 +36,7 @@ github_commit <- function(username, repo, ref = "HEAD",
36
}
37
)
38
39
- res <- curl_fetch_memory(url, headers, accept == 304)
+ res <- curl_fetch_memory(url, headers, accept = 304)
40
41
if (res$status_code == 304) {
42
return(current_sha)
0 commit comments