Skip to content

Commit

Permalink
Update R/location.R
Browse files Browse the repository at this point in the history
Co-authored-by: Rich FitzJohn <[email protected]>
  • Loading branch information
plietar and richfitz committed Sep 12, 2024
1 parent 7934bd8 commit feec5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/location.R
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ new_location_entry <- function(name, type, args, call = NULL) {
} else if (type == "http") {
required <- "url"
} else if (type == "packit") {
required <- c("url")
required <- "url"
} else if (type == "custom") {
required <- "driver"
}
Expand Down

0 comments on commit feec5a9

Please sign in to comment.