Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 9, 2025
1 parent ade69f9 commit bb1e55c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/monorepos.R
Original file line number Diff line number Diff line change
Expand Up @@ -740,8 +740,8 @@ update_registry_repo <- function(monorepo_name, current_registry){
if(monorepo_name == 'r-multiverse-community'){
return('r-multiverse/community')
}
if(monorepo_name == 'r-multiverse-production'){
return('r-multiverse/production')
if(monorepo_name == 'r-multiverse-staging'){
return('r-multiverse/staging')
}
if(monorepo_name == 'ropensci-champions'){
return('ropensci/champions-program')
Expand Down

0 comments on commit bb1e55c

Please sign in to comment.