summaryrefslogtreecommitdiff
path: root/icktool2
diff options
context:
space:
mode:
Diffstat (limited to 'icktool2')
-rwxr-xr-xicktool24
1 files changed, 2 insertions, 2 deletions
diff --git a/icktool2 b/icktool2
index df5ccdd..20140ee 100755
--- a/icktool2
+++ b/icktool2
@@ -63,8 +63,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)