Skip to content

Commit

Permalink
solve issue #14
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaconet committed Nov 1, 2024
1 parent bd364ba commit 0ff7510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/internal_tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
mf_login <- NULL

if (!is.null(credentials) || is.null(getOption("earthdata_mf_login"))) {
mf_login <- mf_login(credentials, source = "earthdata")
mf_login <- mf_login(credentials)
return(mf_login)
}
}
Expand Down

0 comments on commit 0ff7510

Please sign in to comment.