Skip to content

Commit

Permalink
so will THIS fix the covr bug?
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney committed Mar 16, 2024
1 parent b03f527 commit e7d95d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# helper for adding "geotargets." when options missing that.
geotargets_repair_option_name <- function(option_name) {
if (!startsWith(option_name, "geotargets.")) {
option_name <- paste0("geotargets.", option_name)
Expand Down

0 comments on commit e7d95d7

Please sign in to comment.