Skip to content

Commit

Permalink
Update utils.R
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbates committed Dec 13, 2024
1 parent 5f1a040 commit cfad2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ euclidean_distances <- function(A, B) {
}

# Helper
express_lane <- function(base_dir, symlink = TRUE) {
express_lane <- function(base_dir, symlink = FALSE) {
todo_dir <- base_dir #fs::path(base_dir, "todo")
if (fs::dir_exists(todo_dir)) {
express_dir <- fs::path(base_dir, "express")
Expand Down

0 comments on commit cfad2a5

Please sign in to comment.