Create default rotation policy with name (#924)
This commit is contained in:
parent
ba29bbe3be
commit
f766871824
|
@ -251,7 +251,7 @@ class InitializeApp(Command):
|
|||
days=days
|
||||
))
|
||||
|
||||
policy_service.create(days=days)
|
||||
policy_service.create(days=days, name='default')
|
||||
sys.stdout.write("[/] Done!\n")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue