From b4006ddaf13af4210e2019adfbc1eba3ae963c60 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Wed, 2 Sep 2015 17:05:35 -0400 Subject: [PATCH] Fix documented scope needed for run-deploy.sh No issue # --- jenkins/run-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh index c097a20..fb22633 100755 --- a/jenkins/run-deploy.sh +++ b/jenkins/run-deploy.sh @@ -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/\",' -- 2.30.2