mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +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.