Fix comment. 1.1.4
authorWard Vandewege <wvandewege@veritasgenetics.com>
Thu, 5 Apr 2018 20:00:31 +0000 (16:00 -0400)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Thu, 5 Apr 2018 20:00:31 +0000 (16:00 -0400)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

services/api/script/get_anonymous_user_token.rb

index 96619ef364fb4e1e473011b454070073292ea2e8..93c8318f0e53013e3a2e192466094d0905173baf 100755 (executable)
@@ -30,7 +30,7 @@ act_as_system_user
 
 def create_api_client_auth(supplied_token=nil)
 
-  # If token is supplied, verify that it indeed is a superuser token
+  # If token is supplied, see if it exists
   if supplied_token
     api_client_auth = ApiClientAuthorization.
       where(api_token: supplied_token).