# File lib/chef/provider/group/pw.rb, line 38
        def manage_group
          command = "pw groupmod"
          command << set_options
          command << set_members_option
          run_command(:command => command)
        end