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.