fix: strutural step should not be available in commandline
This commit is contained in:
parent
07a22d7966
commit
0e522db15f
1 changed files with 2 additions and 2 deletions
|
@ -392,8 +392,8 @@ secret_manager:
|
|||
for obj in objects:
|
||||
rougail_process += f" - {obj['name']}\n"
|
||||
if process == "structural":
|
||||
# rougail_process += """ commandline: false
|
||||
rougail_process += """ multi: true
|
||||
rougail_process += """ commandline: false
|
||||
multi: true
|
||||
default:
|
||||
- directory
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue