Skip to content

Commit

Permalink
Fix file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Sep 18, 2024
1 parent 7381ce4 commit 7fc5292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion finbif2gbif.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ res <- tryCatch(

start_timer <- tic()

source("update_collections.R")
source("../update_collections.R")

"true"

Expand Down
2 changes: 1 addition & 1 deletion update_collections.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ suppressPackageStartupMessages({

})

source("update_collection.R")
source("../update_collection.R")

gbif_datasets <- get_gbif_datasets()

Expand Down

0 comments on commit 7fc5292

Please sign in to comment.