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"