Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobvjk committed Apr 3, 2024
1 parent aa5933c commit 4486b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_match_prioritize.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if (!is.null(match_prio_priority)) {
}
}

# laod manually matched files----
# load manually matched files----
list_matched_manual <- list.files(dir_matched)[grepl("^matched_lbk_.*_manual.csv$", list.files(dir_matched))]

if (length(list_matched_manual) == 0) {
Expand Down

0 comments on commit 4486b59

Please sign in to comment.