From b624e12e3b6e89fb37f475fb2929798d5a05b0fd Mon Sep 17 00:00:00 2001 From: Matthew F Leader Date: Wed, 15 Nov 2023 16:24:13 -0500 Subject: [PATCH] refer to type --- docs/arcaflow/workflows/versioning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/arcaflow/workflows/versioning.md b/docs/arcaflow/workflows/versioning.md index fd6bb9d3..fcace19b 100644 --- a/docs/arcaflow/workflows/versioning.md +++ b/docs/arcaflow/workflows/versioning.md @@ -37,7 +37,7 @@ outputs: ### 0.2.0 -For the configuration file, `config.yaml`, two types of deployers are now possible, `image` and `python`, so `deployer` has become `deployers`. The `deployer_name` key and value are now **required**. +For the configuration file, `config.yaml`, two types of deployers are now possible, `image` and `python`, so `deployer` has become `deployers`. Effectively, the `type` key has become the `deployer_name` key. The `deployer_name` key and value are **required** which means you must also have either the `image` key or the `python` key. ```yaml deployers: