From c54d25af6aca71ddfb75686182d24049e8927721 Mon Sep 17 00:00:00 2001 From: purple Date: Thu, 23 Nov 2023 21:52:20 +0100 Subject: [PATCH] docs(flags): update --- docs/pages/documentation/flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/documentation/flags.md b/docs/pages/documentation/flags.md index fdd2321..5c1bbe8 100644 --- a/docs/pages/documentation/flags.md +++ b/docs/pages/documentation/flags.md @@ -25,7 +25,7 @@ Right before the installation completes, extensions with this flag will be able Right before starting the extension removal process, extensions with this flag will be able to run a shell script to undo some changes Blueprint isn't able to. This script must be called "remove.sh" and be in the root of your data directory. `hasExportScript` Developer branch\ -In the middle of the export process, extensions with this flag will be able to run a shell script to automate additional changes for distribution. This script must be called "export.sh" and be in the root of your data directory, but is not included in the exported extension. +In the middle of the export process, extensions with this flag will be able to run a shell script to automate additional changes for distribution. This script must be called "export.sh" and be in the root of your data directory.