From 97d131ccdb1dc7cd52faf09508313d6044e05d10 Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Wed, 23 Mar 2022 10:17:54 -0700 Subject: [PATCH] Update coordinating-larger-metaflow-projects.md --- .../coordinating-larger-metaflow-projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/going-to-production-with-metaflow/coordinating-larger-metaflow-projects.md b/going-to-production-with-metaflow/coordinating-larger-metaflow-projects.md index 28395660..a75f94cd 100644 --- a/going-to-production-with-metaflow/coordinating-larger-metaflow-projects.md +++ b/going-to-production-with-metaflow/coordinating-larger-metaflow-projects.md @@ -130,7 +130,7 @@ There are scenarios where Alice might need to run multiple variants of ProjectFl Try the following: ```python -python project_flow.py --branch better_version --prodduction run +python project_flow.py --branch better_version --production run ``` The flow reports that the branch name is `prod.better_version`. You can deploy the custom branch to AWS Step Functions: