From: Nico Cesar Date: Thu, 23 Jul 2015 14:53:41 +0000 (-0400) Subject: scopes in usage() are wrong. X-Git-Tag: 1.1.0~1059^2~6^2~125 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/d8d561588362cf4c2e100949b39eb45661471535 scopes in usage() are wrong. refs #6700 --- diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh index 1d23b4ebc0..43b17b821f 100755 --- a/jenkins/run-deploy.sh +++ b/jenkins/run-deploy.sh @@ -15,11 +15,10 @@ 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/\",' - echo >&2 ' \"GET /arvados/v1/keep_services/accessible\",' echo >&2 ' \"POST /arvados/v1/collections\",' echo >&2 ' \"POST /arvados/v1/links\"]"' echo >&2