Skip to content

Commit

Permalink
Merge pull request #1 from chlawren/chrisl-patch-StandardErroor
Browse files Browse the repository at this point in the history
Update group.rb
  • Loading branch information
chrislorro authored Sep 22, 2020
2 parents af4ab06 + 11e18a5 commit 24fc0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/onceover/group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def self.valid_members?(members)
else
return false
end
rescue StandardErroor
rescue StandardError
return false
end
end
Expand Down

0 comments on commit 24fc0b6

Please sign in to comment.