From 39d040fde9e76449caca6ea3e39e1ae16236aca2 Mon Sep 17 00:00:00 2001 From: Sebastien Date: Wed, 31 Jul 2024 16:28:09 +0200 Subject: [PATCH] docs: fix `destructiveChanges` ref in step 4 Co-authored-by: Matthias Rolke --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87dcd110..d773593b 100644 --- a/README.md +++ b/README.md @@ -582,7 +582,7 @@ Example to delete the Flow `Set_Account_Description` : ``` -4. Deploy this `package.xml`, `destructiveChanges.xml` and `FlowDefinition` +4. Deploy this `package.xml`, `destructiveChangesPost.xml` and `FlowDefinition` ```sh # add `--ignore-warnings` parameter if you listed a deleted Flow version in the destructiveChangesPost.xml sf project deploy start -x package.xml --post-destructive-changes destructiveChangesPost.xml