Skip to content

Commit

Permalink
correct help list with flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
roivanov authored and Joshua-Riek committed Oct 7, 2024
1 parent a581baa commit 29970e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29970e7

Please sign in to comment.