From 0e522db15f3288bd93c9473340ea21e5da1e95d8 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 30 Mar 2025 18:42:13 +0200 Subject: [PATCH] fix: strutural step should not be available in commandline --- src/rougail/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rougail/config.py b/src/rougail/config.py index 8060cdf4e..6f4bb8d25 100644 --- a/src/rougail/config.py +++ b/src/rougail/config.py @@ -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 """