From 6679de770eb441cc76e29f20567c9dffb3daaff5 Mon Sep 17 00:00:00 2001 From: Prathamesh Lohakare Date: Thu, 26 Feb 2026 15:15:28 +0530 Subject: [PATCH] change default task type --- codebundles/generics-editor/runbook.robot | 4 ++-- codebundles/tool-builder/runbook.robot | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/codebundles/generics-editor/runbook.robot b/codebundles/generics-editor/runbook.robot index 48388f5..4cdd947 100644 --- a/codebundles/generics-editor/runbook.robot +++ b/codebundles/generics-editor/runbook.robot @@ -85,8 +85,8 @@ ${TASK_TITLE} Suite Initialization ${RUN_TYPE}= RW.Core.Import User Variable RUN_TYPE ... type=string - ... description="Type of run: runbook or sli" - ... default=runbook + ... description="Type of run: task or sli" + ... default=task ${INTERPRETER}= RW.Core.Import User Variable INTERPRETER ... type=string ... description="Shell: bash or python" diff --git a/codebundles/tool-builder/runbook.robot b/codebundles/tool-builder/runbook.robot index b6df8a2..5177815 100644 --- a/codebundles/tool-builder/runbook.robot +++ b/codebundles/tool-builder/runbook.robot @@ -85,8 +85,8 @@ ${TASK_TITLE} Suite Initialization ${RUN_TYPE}= RW.Core.Import User Variable RUN_TYPE ... type=string - ... description="Type of run: runbook or sli" - ... default=runbook + ... description="Type of run: task or sli" + ... default=task ${INTERPRETER}= RW.Core.Import User Variable INTERPRETER ... type=string ... description="Shell: bash or python"