Skip to content

Commit 4942655

Browse files
committed
[fix] : Fixed all channel build
1 parent 276d45e commit 4942655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/fullbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ if [[ "${all_channel}" = true ]]; then
168168
if [[ -n "${*}" ]]; then
169169
msg_error "Do not specify the channel." "1"
170170
else
171-
channnels=($("${script_path}/build.sh" --channellist))
171+
channnels=($("${script_path}/tools/channel.sh" -b show))
172172
fi
173173
elif [[ -n "${*}" ]]; then
174174
channnels=(${@})

0 commit comments

Comments
 (0)