Skip to content

Commit 159b448

Browse files
committed
second
1 parent 3b66740 commit 159b448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/ee_Init.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ee_Init <- function(drive=FALSE, ...) {
2323

2424
#' @export
2525
ee_auth_ci <- function(token = NULL) {
26-
ci_auth <- system.file("python/ci_auth.py", package = "rgee2")
26+
ci_auth <- system.file("python/ci_auth.py", package = "rgeeLite")
2727
reticulate::source_python(ci_auth)
2828

2929
if (is.null(token)) {

0 commit comments

Comments
 (0)