summaryrefslogtreecommitdiff
path: root/icktool
diff options
context:
space:
mode:
Diffstat (limited to 'icktool')
-rwxr-xr-xicktool4
1 files changed, 2 insertions, 2 deletions
diff --git a/icktool b/icktool
index b4cbc9d..7890f7f 100755
--- a/icktool
+++ b/icktool
@@ -60,8 +60,8 @@ class Icktool(cliapp.Application):
_default_scopes = [
'uapi_version_get',
'uapi_work_post',
- 'uapi_projects_id_pipelines_id_get',
- 'uapi_projects_id_pipelines_id_put',
+ 'uapi_projects_id_status_get',
+ 'uapi_projects_id_status_put',
'uapi_blobs_id_get',
'uapi_blobs_id_put',
] + scopes_for_types(types)