Skip to content

Commit

Permalink
Rename multiverse
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jul 25, 2024
1 parent 75f9453 commit f1e8f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function load_github_user_info(){
//bioc is the mirror or for bioconductor
ghuser = 'bioconductor';
}
if(universe === 'r-multiverse-production'){
if(universe === 'r-multiverse-staging'){
ghuser = 'r-multiverse';
}
$("#github-user-avatar").attr('src', avatar_url(ghuser, 248));
Expand Down

0 comments on commit f1e8f66

Please sign in to comment.