Skip to content

Commit bee7aa1

Browse files
committed
[fix] : Fixed channel.sh path
1 parent 2b97c80 commit bee7aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/wizard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ function select_channel () {
577577
local i count=1 _channel channel_list description
578578

579579
# チャンネルの一覧を取得
580-
channel_list=($("${script_path}/channel.sh" --nobuiltin show))
580+
channel_list=($("${script_path}/tools/channel.sh" --nobuiltin show))
581581

582582
msg "チャンネルを以下の番号から選択してください。" "Select a channel from the numbers below."
583583

0 commit comments

Comments
 (0)