Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brycefrank committed Sep 30, 2024
1 parent 5f53e96 commit bb77a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mongo.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ get_last_update_commit <- function(update_con) {
}

write_update_commit <- function(update_con, current_commit = NULL) {
if(!is.null(current_commit)) {
if(is.null(current_commit)) {
current_commit <- system("git rev-parse HEAD", intern = TRUE)
}

Expand Down

0 comments on commit bb77a20

Please sign in to comment.