mirror of
https://github.com/Hopiu/portainer-cli.git
synced 2026-04-19 14:11:08 +00:00
Fix compilation
This commit is contained in:
parent
7c295ef43c
commit
71e6124e49
1 changed files with 0 additions and 1 deletions
|
|
@ -333,7 +333,6 @@ class PortainerCLI(object):
|
|||
users=('Allowed usernames (comma separated - restricted ownership_type only)', 'option', 'u'),
|
||||
teams=('Allowed teams (comma separated - restricted ownership_type only)', 'option', 't'),
|
||||
clear=('Clear acl (restricted ownership_type only)', 'flag', 'c')
|
||||
)
|
||||
)
|
||||
def update_stack_acl(self, stack_id, stack_name, endpoint_id, ownership_type, users, teams, clear=False):
|
||||
stack = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue