mirror of
https://github.com/zulip/zulip.git
synced 2025-10-31 20:13:46 +00:00
On OSX, the user id and group id don't match. So while the previous code was always wrong, it produced incorrect output there. We can fix this by replacing `whoami` with `id -g` for finding the current user's group ID.