From 29970e7d8d0a1a8986618b21591c47efa4e71fb5 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Fri, 4 Oct 2024 15:08:49 -0700 Subject: [PATCH] correct help list with flavors --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 982d5c57..f1b1de8b 100755 --- a/build.sh +++ b/build.sh @@ -118,7 +118,7 @@ if [ -n "${SUITE}" ]; then fi if [ "${FLAVOR}" == "help" ]; then - for file in config/suites/*; do + for file in config/flavors/*; do basename "${file%.sh}" done exit 0