Skip to content

Commit b3d72db

Browse files
committed
Oops
1 parent d561ed9 commit b3d72db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/github.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ github_commit <- function(username, repo, ref = "HEAD",
3636
}
3737
)
3838

39-
res <- curl_fetch_memory(url, headers, accept == 304)
39+
res <- curl_fetch_memory(url, headers, accept = 304)
4040

4141
if (res$status_code == 304) {
4242
return(current_sha)

0 commit comments

Comments
 (0)