forgot to fix the function name oops
This commit is contained in:
parent
a6ec69a1f6
commit
09f3120048
1 changed files with 1 additions and 1 deletions
2
user
2
user
|
@ -134,7 +134,7 @@ def associate_binary(association, container):
|
|||
|
||||
@cli.command("dissociate")
|
||||
@click.argument('association')
|
||||
def associate_binary(association):
|
||||
def dissociate_binary(association):
|
||||
'''
|
||||
Remove an association
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue