We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276d45e commit 4942655Copy full SHA for 4942655
1 file changed
tools/fullbuild.sh
@@ -168,7 +168,7 @@ if [[ "${all_channel}" = true ]]; then
168
if [[ -n "${*}" ]]; then
169
msg_error "Do not specify the channel." "1"
170
else
171
- channnels=($("${script_path}/build.sh" --channellist))
+ channnels=($("${script_path}/tools/channel.sh" -b show))
172
fi
173
elif [[ -n "${*}" ]]; then
174
channnels=(${@})
0 commit comments