feat(get-magento-version): add support for MageOS minimal distro

This commit is contained in:
Damien Retzinger
2026-05-25 09:15:50 -04:00
parent befe0807f7
commit 863444afbd
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -uo pipefail
WORKING_DIR="${1:-.}"
PATTERN="magento/product-(community|enterprise)-edition|mage-os/product-community-edition"
PATTERN="magento/product-(community|enterprise)-edition|mage-os/product-(community|minimal)-edition"
cd "$WORKING_DIR"