Fix documented scope needed for run-deploy.sh
authorWard Vandewege <ward@curoverse.com>
Wed, 2 Sep 2015 21:05:35 +0000 (17:05 -0400)
committerWard Vandewege <ward@curoverse.com>
Wed, 2 Sep 2015 21:05:35 +0000 (17:05 -0400)
No issue #

jenkins/run-deploy.sh

index c097a2007a9c6ce4deafb4238751076af08d748e..fb22633758c02fd9110674f14c2873661576babb 100755 (executable)
@@ -15,7 +15,7 @@ function usage {
     echo >&2 "Note: this script requires an arvados token created with these permissions:"
     echo >&2 '  arv api_client_authorization create_system_auth \'
     echo >&2 '    --scopes "[\"GET /arvados/v1/virtual_machines\",'
-    echo >&2 '               \"GET /arvados/v1/keep_services/\",'
+    echo >&2 '               \"GET /arvados/v1/keep_services\",'
     echo >&2 '               \"GET /arvados/v1/groups\",'
     echo >&2 '               \"GET /arvados/v1/links\",'
     echo >&2 '               \"GET /arvados/v1/groups/\",'