[ARVADOS] updated: 4143b4814ff468765dffe8037567cb2dd54fd1af

git at public.curoverse.com git at public.curoverse.com
Thu Nov 20 12:05:33 EST 2014


Summary of changes:
 services/api/lib/current_api_client.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  4143b4814ff468765dffe8037567cb2dd54fd1af (commit)
      from  c33f4e367c8101c70c31645ede4ac12ce85947c9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 4143b4814ff468765dffe8037567cb2dd54fd1af
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Nov 20 12:04:48 2014 -0500

    Fix wrong variable assigned. refs #3824

diff --git a/services/api/lib/current_api_client.rb b/services/api/lib/current_api_client.rb
index eaf54da..b2c4db8 100644
--- a/services/api/lib/current_api_client.rb
+++ b/services/api/lib/current_api_client.rb
@@ -108,7 +108,7 @@ module CurrentApiClient
     if not $all_users_group
       act_as_system_user do
         ActiveRecord::Base.transaction do
-          $system_group = Group.
+          $all_users_group = Group.
             where(uuid: all_users_group_uuid).first_or_create do |g|
             g.update_attributes(name: "All users",
                                 description: "All users")

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list