Skip to content

Commit

Permalink
Merge branch 'master' into tar-stars
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Mar 16, 2024
2 parents 56f8222 + e7d95d7 commit 343a3fe
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 343a3fe

Please sign in to comment.