Skip to content

Commit

Permalink
Merge branch 'main' of github.com:RodrigoZepeda/covidmx
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoZepeda committed Sep 9, 2022
2 parents 837c626 + 3ad547c commit 5ea5883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_latest.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ get_latest_version <- function() {
# Aqui se cambio
download_rc <- tryCatch(
utils::download.file(url = download_url, destfile = dest_file, quiet = TRUE),
warning = function(e){
warning = function(e) {
NULL
},
error = function(e) {
Expand Down

0 comments on commit 5ea5883

Please sign in to comment.