We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b97c80 commit bee7aa1Copy full SHA for bee7aa1
tools/wizard.sh
@@ -577,7 +577,7 @@ function select_channel () {
577
local i count=1 _channel channel_list description
578
579
# チャンネルの一覧を取得
580
- channel_list=($("${script_path}/channel.sh" --nobuiltin show))
+ channel_list=($("${script_path}/tools/channel.sh" --nobuiltin show))
581
582
msg "チャンネルを以下の番号から選択してください。" "Select a channel from the numbers below."
583
0 commit comments