diff --git a/server/boot/commit.js b/server/boot/commit.js index 37f8559436..8d5805ee2a 100644 --- a/server/boot/commit.js +++ b/server/boot/commit.js @@ -44,7 +44,7 @@ function findNonprofit(name) { }); } - nonprofit = nonprofit || nonprofits[0]; + nonprofit = nonprofit || nonprofits[ _.random(0, nonprofits.length - 1) ]; return nonprofit; }